From f46644e0096ffa2ce57c23707d588b2c073eed55 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 17 Jan 2017 18:20:02 +0300 Subject: Add missing A_DEFAULT_COPY / A_DELETE_COPY into gui. --- src/gui/models/touchactionmodel.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gui/models/touchactionmodel.cpp') diff --git a/src/gui/models/touchactionmodel.cpp b/src/gui/models/touchactionmodel.cpp index 46f0437c0..6238797e6 100644 --- a/src/gui/models/touchactionmodel.cpp +++ b/src/gui/models/touchactionmodel.cpp @@ -32,6 +32,8 @@ const int touchActionDataSize = 5; static class SortTouchActionFunctor final { public: + A_DEFAULT_COPY(SortTouchActionFunctor) + bool operator() (const SetupActionData *const data1, const SetupActionData *const data2) const { -- cgit v1.2.3-60-g2f50