Patch from Cameron Moore:

* Rearranged member initializers to shut gcc -Wall up
This commit is contained in:
david
2002-07-18 20:30:02 +00:00
parent c8efd0a465
commit c57cc096f8

View File

@@ -652,8 +652,8 @@ SGPropertyNode::SGPropertyNode ()
* Copy constructor.
*/
SGPropertyNode::SGPropertyNode (const SGPropertyNode &node)
: _index(node._index),
_display_name(0),
: _display_name(0),
_index(node._index),
_parent(0), // don't copy the parent
_path(0),
_path_cache(0),