X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/958d3a7e4bd56371cedcb3836aed397eae0b06d3..1dc9b42f4f911152fb1bea3e6f532769d08a023b:/samples/docvwmdi/doc.h diff --git a/samples/docvwmdi/doc.h b/samples/docvwmdi/doc.h index 4b01bc5a59..f68b8a18ea 100644 --- a/samples/docvwmdi/doc.h +++ b/samples/docvwmdi/doc.h @@ -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);