More use of wxOVERRIDE
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
// Define a new application type
|
||||
class MyApp: public wxApp
|
||||
{ public:
|
||||
bool OnInit(void);
|
||||
bool OnInit(void) wxOVERRIDE;
|
||||
};
|
||||
|
||||
// Define a new frame type
|
||||
|
Reference in New Issue
Block a user