diff options
Diffstat (limited to 'src/gui/models/touchactionmodel.cpp')
-rw-r--r-- | src/gui/models/touchactionmodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/models/touchactionmodel.cpp b/src/gui/models/touchactionmodel.cpp index c75c5985e..12059cb08 100644 --- a/src/gui/models/touchactionmodel.cpp +++ b/src/gui/models/touchactionmodel.cpp @@ -48,7 +48,7 @@ TouchActionsModel::TouchActionsModel() : { std::vector<SetupActionData*> data; - for (int f = 0, sz = touchActionDataSize; f < sz; f ++) + for (int f = 0, fsz = touchActionDataSize; f < fsz; f ++) { int k = 0; while (!touchActionData[f][k].name.empty()) |