mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-24 07:14:31 +01:00
Rename members of ShortcutManager
This commit is contained in:
@@ -621,7 +621,7 @@ public:
|
||||
std::string GetKeyboardShortcutString(std::string_view shortcutId) override
|
||||
{
|
||||
auto& shortcutManager = GetShortcutManager();
|
||||
auto* shortcut = shortcutManager.GetShortcut(shortcutId);
|
||||
auto* shortcut = shortcutManager.getShortcut(shortcutId);
|
||||
return shortcut != nullptr ? shortcut->getDisplayString() : std::string();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user