X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6aa89a22b8e47000c98bff05c6f545f331f1c353..1b1b531857cd17285816fcfd6a1a4cc623c6848b:/samples/nativdlg/nativdlg.h diff --git a/samples/nativdlg/nativdlg.h b/samples/nativdlg/nativdlg.h index 87d1148895..7332987d77 100644 --- a/samples/nativdlg/nativdlg.h +++ b/samples/nativdlg/nativdlg.h @@ -9,15 +9,11 @@ // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ -#pragma interface -#endif - // Define a new application class MyApp: public wxApp { public: - MyApp(void) ; + MyApp(void){}; bool OnInit(void); };