use wxOVERRIDE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76220 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -34,10 +34,10 @@ public:
|
||||
const wxString &name = wxDialogNameStr );
|
||||
virtual ~wxDialog();
|
||||
|
||||
virtual bool Show( bool show = true );
|
||||
virtual int ShowModal();
|
||||
virtual void EndModal( int retCode );
|
||||
virtual bool IsModal() const;
|
||||
virtual bool Show( bool show = true ) wxOVERRIDE;
|
||||
virtual int ShowModal() wxOVERRIDE;
|
||||
virtual void EndModal( int retCode ) wxOVERRIDE;
|
||||
virtual bool IsModal() const wxOVERRIDE;
|
||||
|
||||
private:
|
||||
// common part of all ctors
|
||||
|
Reference in New Issue
Block a user