Skip to content

Commit

Permalink
Renamed GOEventHandlerList::GetMidiConfigurators to GetMidiObjects
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg68 committed Feb 22, 2025
1 parent 3befcab commit 4e2833f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/grandorgue/GODocument.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ void GODocument::ShowMidiList() {
this,
NULL,
m_OrganController->GetConfig().m_DialogSizes,
m_OrganController->GetMidiConfigurators()));
m_OrganController->GetMidiObjects()));
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/grandorgue/model/GOEventHandlerList.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class GOEventHandlerList {
const {
return m_CombinationButtonSets.AsVector();
}
const std::vector<GOMidiObject *> &GetMidiConfigurators() const {
const std::vector<GOMidiObject *> &GetMidiObjects() const {
return m_MidiObjects.AsVector();
}
const std::vector<GOEventHandler *> &GetMidiEventHandlers() const {
Expand Down

0 comments on commit 4e2833f

Please sign in to comment.