mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-09-28 03:21:28 +08:00
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