X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6aa89a22b8e47000c98bff05c6f545f331f1c353..87b8de0fceca302c88ab3cfac1e7498646c6cc93:/samples/docvwmdi/doc.h diff --git a/samples/docvwmdi/doc.h b/samples/docvwmdi/doc.h index b002a81f5b..4b01bc5a59 100644 --- a/samples/docvwmdi/doc.h +++ b/samples/docvwmdi/doc.h @@ -35,12 +35,12 @@ class DoodleSegment: public wxObject public: wxList lines; - DoodleSegment(void); + DoodleSegment(void){}; DoodleSegment(DoodleSegment& seg); ~DoodleSegment(void); void Draw(wxDC *dc); - + #if wxUSE_STD_IOSTREAM wxSTD ostream& SaveObject(wxSTD ostream& text_stream); wxSTD istream& LoadObject(wxSTD istream& text_stream); @@ -56,8 +56,8 @@ class DrawingDocument: public wxDocument private: public: wxList doodleSegments; - - DrawingDocument(void); + + DrawingDocument(void){}; ~DrawingDocument(void); #if wxUSE_STD_IOSTREAM