From e4a246d462e6fe36b73f096a34acb0c8fb14aa88 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 19 Oct 2013 13:13:39 +0300 Subject: fix const in definition in touchmanager. --- src/touchmanager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/touchmanager.h') 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, -- cgit v1.2.3-60-g2f50