Skip to content

Commit 752b736

Browse files
committed
Added missing override specifier
1 parent fe86fbe commit 752b736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngscopeclient/TutorialWizard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class TutorialWizard : public Dialog
4444
virtual ~TutorialWizard();
4545

4646
virtual bool Render() override;
47-
virtual bool DoRender();
47+
virtual bool DoRender() override;
4848

4949
enum TutorialStep
5050
{

0 commit comments

Comments
 (0)