]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/docview/doc.cpp
only check for lib directory for architectures which have multiple ABIs (Solaris...
[wxWidgets.git] / samples / docview / doc.cpp
index eed9eee18d40cb0a76df8d682a3b0f8dfe0e82dd..9d10db817e5376005c5f74c4769bf4ca599b912b 100644 (file)
@@ -123,7 +123,7 @@ wxInputStream& DrawingDocument::LoadObject(wxInputStream& stream)
 }
 #endif
 
-DoodleSegment::DoodleSegment(DoodleSegment& seg)
+DoodleSegment::DoodleSegment(DoodleSegment& seg):wxObject()
 {
     wxList::compatibility_iterator node = seg.lines.GetFirst();
     while (node)