diff options
Diffstat (limited to 'src/gui/models/touchactionmodel.h')
-rw-r--r-- | src/gui/models/touchactionmodel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/models/touchactionmodel.h b/src/gui/models/touchactionmodel.h index a3ea05c9d..2d8cff02a 100644 --- a/src/gui/models/touchactionmodel.h +++ b/src/gui/models/touchactionmodel.h @@ -42,7 +42,7 @@ class TouchActionsModel final : public NamesModel int getSelectionFromAction(const InputActionT action) const; private: - std::vector<InputActionT> mActionId; + STD_VECTOR<InputActionT> mActionId; std::map<InputActionT, int> mActionToSelection; }; |