]> git.mxchange.org Git - simgear.git/blobdiff - simgear/props/props_io.hxx
Melchior FRANZ: fix SGPropertyNode::LAST_USED_ATTRIBUTE
[simgear.git] / simgear / props / props_io.hxx
index b619c04b6f33d43bd24e588865db12e7828d4c7e..92c3bef378f14d733edaf79bac33f90a2980e62a 100644 (file)
@@ -65,7 +65,8 @@ void writeProperties (const std::string &file,
 /**
  * Copy properties from one node to another.
  */
-bool copyProperties (const SGPropertyNode *in, SGPropertyNode *out);
+bool copyProperties (const SGPropertyNode *in, SGPropertyNode *out,
+                     int attr_value=0, int attr_mask=0);
 
 
 #endif // __PROPS_IO_HXX