X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2f6c54eb076d760cbb6fb15e899f15fbbd575850..2a45803fc3877afd0ae3ce356dfe216505165882:/samples/nativdlg/nativdlg.h diff --git a/samples/nativdlg/nativdlg.h b/samples/nativdlg/nativdlg.h index f82f2e1b4b..8e60ae0e3c 100644 --- a/samples/nativdlg/nativdlg.h +++ b/samples/nativdlg/nativdlg.h @@ -5,19 +5,15 @@ // Modified by: // Created: 04/01/98 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Copyright: (c) Julian Smart +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ -#pragma interface -#endif - // Define a new application class MyApp: public wxApp { public: - MyApp(void) ; + MyApp(void){}; bool OnInit(void); };