summaryrefslogtreecommitdiff
path: root/gtk2_ardour/keyboardlayout.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/keyboardlayout.h')
-rw-r--r--gtk2_ardour/keyboardlayout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/keyboardlayout.h b/gtk2_ardour/keyboardlayout.h
index 00b6df75a5..1d411248d0 100644
--- a/gtk2_ardour/keyboardlayout.h
+++ b/gtk2_ardour/keyboardlayout.h
@@ -48,7 +48,7 @@ public:
int key_binding (const char* key) const;
const char* note_binding (int note) const;
- static Layout get_layout (std::string const& l);
+ static Layout layout (std::string const& l);
static const char* get_keycode (GdkEventKey* event);
private: