Skip to content

Commit 2a0a387

Browse files
authored
Renamed GOEventHandlerList::GetMidiConfigurators to GetMidiObjects (#2129)
1 parent b3d2d84 commit 2a0a387

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/grandorgue/GODocument.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ void GODocument::ShowMidiList() {
186186
this,
187187
NULL,
188188
m_OrganController->GetConfig().m_DialogSizes,
189-
m_OrganController->GetMidiConfigurators()));
189+
m_OrganController->GetMidiObjects()));
190190
}
191191
}
192192

src/grandorgue/model/GOEventHandlerList.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class GOEventHandlerList {
7777
const {
7878
return m_CombinationButtonSets.AsVector();
7979
}
80-
const std::vector<GOMidiObject *> &GetMidiConfigurators() const {
80+
const std::vector<GOMidiObject *> &GetMidiObjects() const {
8181
return m_MidiObjects.AsVector();
8282
}
8383
const std::vector<GOEventHandler *> &GetMidiEventHandlers() const {

0 commit comments

Comments
 (0)