// Created: 04/01/98
// RCS-ID: $Id$
// Copyright: (c) Julian Smart
-// Licence: wxWindows license
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
-#pragma interface
-#endif
-
// Define a new application
class MyApp: public wxApp
{
public:
- MyApp(void) ;
+ MyApp(void){};
bool OnInit(void);
};