summaryrefslogtreecommitdiff
path: root/src/gui/models/typelistmodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/models/typelistmodel.h')
-rw-r--r--src/gui/models/typelistmodel.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gui/models/typelistmodel.h b/src/gui/models/typelistmodel.h
index 9e09966eb..681e019fc 100644
--- a/src/gui/models/typelistmodel.h
+++ b/src/gui/models/typelistmodel.h
@@ -30,9 +30,12 @@
class TypeListModel final : public ListModel
{
public:
- TypeListModel()
+ TypeListModel() :
+ ListModel()
{ }
+ A_DELETE_COPY(TypeListModel)
+
/**
* Used to get number of line in the list
*/