]> git.mxchange.org Git - simgear.git/commit
IMPORTANT: backwards-incompatible change to properties.
authordavid <david>
Tue, 19 Feb 2002 15:20:02 +0000 (15:20 +0000)
committerdavid <david>
Tue, 19 Feb 2002 15:20:02 +0000 (15:20 +0000)
commitaef809348f94c3ad8a7d76cc355239683436c142
treec26c61dd3432b35d81be0567e1b959748d4f0bf1
parent2d4a8774b8e77ffb0bc0e854f68d6fd50fe1d7dd
IMPORTANT: backwards-incompatible change to properties.

The useDefault argument for the SGPropertyNode::tie(...) methods will
invoke the setter only when there is already a property value defined;
previously, the setter was always invoked, with a default value if
necessary.
simgear/misc/props.cxx