Add override specifier in scripting dialog

This commit is contained in:
John Beard 2016-10-05 14:57:27 +01:00 committed by Wayne Stambaugh
parent 6504b7b55c
commit 93a843c022
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ public:
DIALOG_SCRIPTING( wxWindow * parent );
private:
void OnRunButtonClick( wxCommandEvent& event );
void OnRunButtonClick( wxCommandEvent& event ) override;
};
#endif // _DIALOG_SCRIPTING_H_