X-Git-Url: https://git.piment-noir.org/?p=lsystem3d.git;a=blobdiff_plain;f=src%2Fxmlstructure.cpp;h=f2832c3a86f02ca19150cb01be944ab4a1618a81;hp=b7466c0c560278ededb44427e6280a34846ce0da;hb=526db67540bf69a4c09ed0d0f4d62bad0a37ee70;hpb=3025996ba17bf59f5bc64def5d55b95c4d732a8a diff --git a/src/xmlstructure.cpp b/src/xmlstructure.cpp index b7466c0..f2832c3 100644 --- a/src/xmlstructure.cpp +++ b/src/xmlstructure.cpp @@ -42,7 +42,7 @@ XMLStructure::XMLStructure() _rootElement = NULL; _activeElement = NULL; _activeDocument = NULL; - _activeChildInList = NULL; + _activeChildInList = (xmlpp::Node::NodeList::iterator)NULL; }