X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/958d3a7e4bd56371cedcb3836aed397eae0b06d3..686ca1b5d4867bca6c82a82078fd26291c6e6659:/samples/docview/doc.h diff --git a/samples/docview/doc.h b/samples/docview/doc.h index fa372463b3..af9b272fbe 100644 --- a/samples/docview/doc.h +++ b/samples/docview/doc.h @@ -9,10 +9,6 @@ // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ -// #pragma interface -#endif - #ifndef __DOCSAMPLEH__ #define __DOCSAMPLEH__ @@ -36,7 +32,7 @@ public: wxList lines; DoodleSegment(void){}; - DoodleSegment(DoodleSegment& seg); + DoodleSegment(const DoodleSegment& seg); ~DoodleSegment(void); void Draw(wxDC *dc);