Skip to content

Commit

Permalink
Fixed a compiler warning about the destructor of GOOrgancontroller Gr…
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg68 committed Nov 28, 2024
1 parent dc17d47 commit f572e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grandorgue/GOOrganController.h
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class GOOrganController : public GOEventDistributor,
GOConfig &config,
GOMidiDialogCreator *pMidiDialogCreator = nullptr,
bool isAppInitialized = false);
~GOOrganController();
virtual ~GOOrganController();

GOSizeKeeper &GetStopWindowSizeKeeper() { return m_StopWindowSizeKeeper; }

Expand Down

0 comments on commit f572e83

Please sign in to comment.