]> git.mxchange.org Git - simgear.git/blobdiff - simgear/props/props.cxx
Remove unneeded inclusions of windows.h, GL.h and GLU.H
[simgear.git] / simgear / props / props.cxx
index 2d19c1eb1ab18ce7feec46d80e88a75bfe0175ab..a4f78ab07a3ea4be6d21c0ed5af8640f7c3565f9 100644 (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.