diff --git a/src/grandorgue/GODocument.cpp b/src/grandorgue/GODocument.cpp index fa1608fcc..7abc14396 100644 --- a/src/grandorgue/GODocument.cpp +++ b/src/grandorgue/GODocument.cpp @@ -186,7 +186,7 @@ void GODocument::ShowMidiList() { this, NULL, m_OrganController->GetConfig().m_DialogSizes, - m_OrganController->GetMidiConfigurators())); + m_OrganController->GetMidiObjects())); } } diff --git a/src/grandorgue/model/GOEventHandlerList.h b/src/grandorgue/model/GOEventHandlerList.h index 0d3d91d16..4e529fa7a 100644 --- a/src/grandorgue/model/GOEventHandlerList.h +++ b/src/grandorgue/model/GOEventHandlerList.h @@ -77,7 +77,7 @@ class GOEventHandlerList { const { return m_CombinationButtonSets.AsVector(); } - const std::vector &GetMidiConfigurators() const { + const std::vector &GetMidiObjects() const { return m_MidiObjects.AsVector(); } const std::vector &GetMidiEventHandlers() const {