summaryrefslogtreecommitdiff
path: root/src/touchmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/touchmanager.cpp')
-rw-r--r--src/touchmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/touchmanager.cpp b/src/touchmanager.cpp
index 8afc35119..79acaafb1 100644
--- a/src/touchmanager.cpp
+++ b/src/touchmanager.cpp
@@ -40,7 +40,7 @@ TouchManager::TouchManager() :
mVertexes(new ImageCollection),
mRedraw(true)
{
- for (int f = 0;f < actionsSize; f ++)
+ for (int f = 0; f < actionsSize; f ++)
mActions[f] = false;
}