summaryrefslogtreecommitdiff
path: root/src/guichan
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-12-03 00:00:28 +0300
committerAndrei Karas <akaras@inbox.ru>2012-12-03 00:00:28 +0300
commite9301ddce5a6ddf77dafc1f56f0b1461b2092c6f (patch)
treec9a1ed0ef0d9b15a1b3d617f9a17999bed768ff7 /src/guichan
parent0b228c1ed05177a761dce44df31f087c0313dc64 (diff)
downloadplus-e9301ddce5a6ddf77dafc1f56f0b1461b2092c6f.tar.gz
plus-e9301ddce5a6ddf77dafc1f56f0b1461b2092c6f.tar.bz2
plus-e9301ddce5a6ddf77dafc1f56f0b1461b2092c6f.tar.xz
plus-e9301ddce5a6ddf77dafc1f56f0b1461b2092c6f.zip
Add support for relative mouse move in android version.
Diffstat (limited to 'src/guichan')
-rw-r--r--src/guichan/include/guichan/mouseinput.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guichan/include/guichan/mouseinput.hpp b/src/guichan/include/guichan/mouseinput.hpp
index ab286cac1..a2911f1d4 100644
--- a/src/guichan/include/guichan/mouseinput.hpp
+++ b/src/guichan/include/guichan/mouseinput.hpp
@@ -61,7 +61,7 @@ namespace gcn
* @author Per Larsson
* @since 0.1.0
*/
- class GCN_CORE_DECLSPEC MouseInput final
+ class GCN_CORE_DECLSPEC MouseInput
{
public: