*** empty log message ***
[lsystem3d.git] / src / xmlstructure.cpp
index b7466c0c560278ededb44427e6280a34846ce0da..f2832c3a86f02ca19150cb01be944ab4a1618a81 100644 (file)
@@ -42,7 +42,7 @@ XMLStructure::XMLStructure()
     _rootElement = NULL;
     _activeElement = NULL;
     _activeDocument = NULL;
-    _activeChildInList = NULL;
+    _activeChildInList = (xmlpp::Node::NodeList::iterator)NULL;
 }