X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6aa89a22b8e47000c98bff05c6f545f331f1c353..a64bba4eb514ccfc6712b1929644b1cd0de481c8:/samples/docview/docview.h diff --git a/samples/docview/docview.h b/samples/docview/docview.h index 08289db1bc..06582fb354 100644 --- a/samples/docview/docview.h +++ b/samples/docview/docview.h @@ -9,10 +9,6 @@ // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ -// #pragma interface "docview.h" -#endif - #ifndef __DOCVIEWSAMPLEH__ #define __DOCVIEWSAMPLEH__ @@ -59,7 +55,7 @@ public: extern MyFrame *GetMainFrame(void); #define DOCVIEW_CUT 1 -#define DOCVIEW_ABOUT 2 +#define DOCVIEW_ABOUT wxID_ABOUT extern bool singleWindowMode;