Skip to content

Commit

Permalink
Add override keyword to suppress clang warning
Browse files Browse the repository at this point in the history
  • Loading branch information
cme committed Feb 5, 2021
1 parent 113353e commit 8813cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/src/SongEditor/SongEditorPanel.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class SongEditorPanel : public QWidget, public EventListener, public H2Core::Obj
*
* \param nValue 0 - select mode and 1 - draw mode.
*/
void actionModeChangeEvent( int nValue );
void actionModeChangeEvent( int nValue ) override;

private slots:
void vScrollTo( int value );
Expand Down

0 comments on commit 8813cc1

Please sign in to comment.