1
0
Fork 0

SGRawValue::DefaultValue is now a function

This commit is contained in:
Tim Moore 2009-07-17 11:41:49 +02:00
parent 122d7c92cc
commit ddb6551a91

View file

@ -73,7 +73,7 @@ class MK_VIII : public SGSubsystem
if (_getter)
return (_obj.*_getter)(_data);
else
return SGRawValue<VT>::DefaultValue;
return SGRawValue<VT>::DefaultValue();
}
virtual bool setValue (VT value)
{