fix SGPropertyNode::LAST_USED_ATTRIBUTE
This commit is contained in:
@@ -624,7 +624,7 @@ SGPropertyNode::trace_read () const
|
||||
* Last used attribute
|
||||
* Update as needed when enum Attribute is changed
|
||||
*/
|
||||
const int SGPropertyNode::LAST_USED_ATTRIBUTE = TRACE_WRITE;
|
||||
const int SGPropertyNode::LAST_USED_ATTRIBUTE = USERARCHIVE;
|
||||
|
||||
/**
|
||||
* Default constructor: always creates a root node.
|
||||
|
||||
Reference in New Issue
Block a user