From: mfranz Date: Thu, 10 Jul 2008 10:33:32 +0000 (+0000) Subject: fix SGPropertyNode::LAST_USED_ATTRIBUTE X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=38494a48d83f194e151d2fea2726e60725478c12;p=simgear.git fix SGPropertyNode::LAST_USED_ATTRIBUTE --- diff --git a/simgear/props/props.cxx b/simgear/props/props.cxx index 2d19c1eb..a4f78ab0 100644 --- a/simgear/props/props.cxx +++ b/simgear/props/props.cxx @@ -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.