]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/docvwmdi/doc.cpp
no changes; just added some comments
[wxWidgets.git] / samples / docvwmdi / doc.cpp
index eaefcc94681b23355cfbd2bc670468c54cc88e30..292c280f12b3792b9391e135809268ea139d6c3a 100644 (file)
@@ -117,7 +117,7 @@ wxInputStream& DrawingDocument::LoadObject(wxInputStream& stream)
 }
 #endif
 
-DoodleSegment::DoodleSegment(DoodleSegment& seg)
+DoodleSegment::DoodleSegment(const DoodleSegment& seg)
               :wxObject()
 {
   wxList::compatibility_iterator node = seg.lines.GetFirst();