]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/docview/doc.h
added support for drop down toolbar buttons (patch 1713470)
[wxWidgets.git] / samples / docview / doc.h
index 516aee30d4659bc7042e38100d23c26d969a66c6..af9b272fbe131fb410b987bec0fe769e1b914b60 100644 (file)
@@ -32,7 +32,7 @@ public:
     wxList lines;
 
     DoodleSegment(void){};
-    DoodleSegment(DoodleSegment& seg);
+    DoodleSegment(const DoodleSegment& seg);
     ~DoodleSegment(void);
 
     void Draw(wxDC *dc);