diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/touchmanager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/touchmanager.h b/src/touchmanager.h index 0e8158d79..37cba8eee 100644 --- a/src/touchmanager.h +++ b/src/touchmanager.h @@ -116,7 +116,7 @@ class TouchManager final : public ConfigListener const std::string &imageName, const std::string &text, int x, int y, const int width, const int height, - int type, const std::string &eventPressed, + const int type, const std::string &eventPressed, const std::string &eventReleased, const TouchFuncPtr fAll = nullptr, const TouchFuncPtr fPressed = nullptr, |