From cb84f051aae518fd70a84333c0d8b53bd01ccc19 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 21 Aug 2014 23:28:16 +0300 Subject: Remove const from action functions definition. --- src/input/inputactiondata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/input') diff --git a/src/input/inputactiondata.h b/src/input/inputactiondata.h index 403f5050e..aefa6fc86 100644 --- a/src/input/inputactiondata.h +++ b/src/input/inputactiondata.h @@ -27,7 +27,7 @@ #include -typedef bool (*ActionFuncPtr) (const InputEvent &event); +typedef bool (*ActionFuncPtr) (InputEvent &event); struct InputActionData final { -- cgit v1.2.3-70-g09d2