Skip to content

Commit

Permalink
Add missing override
Browse files Browse the repository at this point in the history
  • Loading branch information
TheForce172 committed Dec 28, 2024
1 parent 5b3df07 commit 22ec235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qtfred/src/ui/dialogs/AsteroidEditorDialog.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class AsteroidEditorDialog : public QDialog
~AsteroidEditorDialog() override;

protected:
void closeEvent(QCloseEvent* e);
void closeEvent(QCloseEvent* e) override;
void rejectHandler();

private:
Expand Down

0 comments on commit 22ec235

Please sign in to comment.