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/listmodel.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/gui/models/listmodel.h') diff --git a/src/gui/models/listmodel.h b/src/gui/models/listmodel.h index cbf99452f..df8db8b54 100644 --- a/src/gui/models/listmodel.h +++ b/src/gui/models/listmodel.h @@ -78,6 +78,11 @@ class ListModel notfinal { public: + ListModel() + { } + + A_DELETE_COPY(ListModel) + /** * Destructor. */ -- cgit v1.2.3-60-g2f50