Add override specifier in scripting dialog
This commit is contained in:
parent
6504b7b55c
commit
93a843c022
|
@ -33,7 +33,7 @@ public:
|
|||
DIALOG_SCRIPTING( wxWindow * parent );
|
||||
|
||||
private:
|
||||
void OnRunButtonClick( wxCommandEvent& event );
|
||||
void OnRunButtonClick( wxCommandEvent& event ) override;
|
||||
};
|
||||
|
||||
#endif // _DIALOG_SCRIPTING_H_
|
||||
|
|
Loading…
Reference in New Issue