summaryrefslogtreecommitdiff
path: root/distrho/src/DistrhoUIInternal.hpp
diff options
context:
space:
mode:
authorfalkTX <falktx@gmail.com>2018-09-30 10:02:11 +0200
committerfalkTX <falktx@gmail.com>2018-09-30 10:02:11 +0200
commit2d02c43c6dad446ea20983ba2b9cb5b19d05ae45 (patch)
treeb2ec7376c59590e3efdad91e9741e746a9c60398 /distrho/src/DistrhoUIInternal.hpp
parent7cf42d65ebab1544583120c4da9981ac1b8b5a43 (diff)
Fix build and fix a few typos
Diffstat (limited to 'distrho/src/DistrhoUIInternal.hpp')
-rw-r--r--distrho/src/DistrhoUIInternal.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/distrho/src/DistrhoUIInternal.hpp b/distrho/src/DistrhoUIInternal.hpp
index 129e3393..e05385cd 100644
--- a/distrho/src/DistrhoUIInternal.hpp
+++ b/distrho/src/DistrhoUIInternal.hpp
@@ -436,7 +436,7 @@ public:
bool handlePluginSpecial(const bool press, const Key key)
{
- return glWindow.handlePluginKeyboard(press, key);
+ return glWindow.handlePluginSpecial(press, key);
}
#else
void setWindowSize(const uint, const uint, const bool) {}