More use of wxOVERRIDE
This commit is contained in:
@@ -98,7 +98,7 @@ wxIcon CreateRandomIcon()
|
||||
class MyApp : public wxApp
|
||||
{
|
||||
public:
|
||||
virtual bool OnInit();
|
||||
virtual bool OnInit() wxOVERRIDE;
|
||||
};
|
||||
|
||||
class MyFrame : public wxFrame
|
||||
|
Reference in New Issue
Block a user