Skip to content

Commit f572e83

Browse files
committed
Fixed a compiler warning about the destructor of GOOrgancontroller GrandOrgue#2001
1 parent dc17d47 commit f572e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/grandorgue/GOOrganController.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ class GOOrganController : public GOEventDistributor,
130130
GOConfig &config,
131131
GOMidiDialogCreator *pMidiDialogCreator = nullptr,
132132
bool isAppInitialized = false);
133-
~GOOrganController();
133+
virtual ~GOOrganController();
134134

135135
GOSizeKeeper &GetStopWindowSizeKeeper() { return m_StopWindowSizeKeeper; }
136136

0 commit comments

Comments
 (0)