]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/docvwmdi/doc.h
Fix compilation error
[wxWidgets.git] / samples / docvwmdi / doc.h
index 4b01bc5a597f5b2c38a88aa0a146f803805f9484..f68b8a18ea2d563e84bea06baad09ad58f36235b 100644 (file)
@@ -9,10 +9,6 @@
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
-// #pragma interface
-#endif
-
 #ifndef __DOCSAMPLEH__
 #define __DOCSAMPLEH__
 
@@ -36,7 +32,7 @@ class DoodleSegment: public wxObject
   wxList lines;
 
   DoodleSegment(void){};
-  DoodleSegment(DoodleSegment& seg);
+  DoodleSegment(const DoodleSegment& seg);
   ~DoodleSegment(void);
 
   void Draw(wxDC *dc);