// Licence: wxWindows license
/////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
-#pragma interface
-#endif
-
// Define a new application
class MyApp: public wxApp
{
public:
- MyApp(void) ;
+ MyApp(void){};
bool OnInit(void);
};