SGRawValue::DefaultValue is now a function
This commit is contained in:
parent
122d7c92cc
commit
ddb6551a91
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ class MK_VIII : public SGSubsystem
|
||||||
if (_getter)
|
if (_getter)
|
||||||
return (_obj.*_getter)(_data);
|
return (_obj.*_getter)(_data);
|
||||||
else
|
else
|
||||||
return SGRawValue<VT>::DefaultValue;
|
return SGRawValue<VT>::DefaultValue();
|
||||||
}
|
}
|
||||||
virtual bool setValue (VT value)
|
virtual bool setValue (VT value)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue