From 3e8fecc9a62afff0054fa0fa23af86c8ef15a1c9 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 20 Feb 2016 21:19:35 +0300 Subject: Add missing const in gui directory. --- src/gui/models/touchactionmodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/models/touchactionmodel.cpp') 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 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()) -- cgit v1.2.3-60-g2f50