From 38494a48d83f194e151d2fea2726e60725478c12 Mon Sep 17 00:00:00 2001 From: mfranz Date: Thu, 10 Jul 2008 10:33:32 +0000 Subject: [PATCH] fix SGPropertyNode::LAST_USED_ATTRIBUTE --- simgear/props/props.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5