Added initializers

This commit is contained in:
Robert Osfield
2016-06-24 12:34:20 +01:00
parent c05b7cffbb
commit 8b527ac378

View File

@@ -89,7 +89,11 @@ MotionCommand* TranslateInPlaneCommand::createCommandInverse()
// Scale 1D command.
//
Scale1DCommand::Scale1DCommand() : _scale(1.0)
Scale1DCommand::Scale1DCommand():
_scale(1.0),
_scaleCenter(0.0),
_referencePoint(0.0),
_minScale(0.0)
{
}