fix SGPropertyNode::LAST_USED_ATTRIBUTE

This commit is contained in:
mfranz
2008-07-10 10:33:32 +00:00
parent 38456bddb5
commit 38494a48d8

View File

@@ -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.