projects
/
simgear.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38456bd
)
fix SGPropertyNode::LAST_USED_ATTRIBUTE
author
mfranz
<mfranz>
Thu, 10 Jul 2008 10:33:32 +0000
(10:33 +0000)
committer
mfranz
<mfranz>
Thu, 10 Jul 2008 10:33:32 +0000
(10:33 +0000)
simgear/props/props.cxx
patch
|
blob
|
history
diff --git
a/simgear/props/props.cxx
b/simgear/props/props.cxx
index 2d19c1eb1ab18ce7feec46d80e88a75bfe0175ab..a4f78ab07a3ea4be6d21c0ed5af8640f7c3565f9 100644
(file)
--- 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_WRIT
E;
+const int SGPropertyNode::LAST_USED_ATTRIBUTE =
USERARCHIV
E;
/**
* Default constructor: always creates a root node.