summaryrefslogtreecommitdiff
path: root/src/gui/models/ignorechoiceslistmodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/models/ignorechoiceslistmodel.h')
-rw-r--r--src/gui/models/ignorechoiceslistmodel.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gui/models/ignorechoiceslistmodel.h b/src/gui/models/ignorechoiceslistmodel.h
index ed597e4c5..b0010df31 100644
--- a/src/gui/models/ignorechoiceslistmodel.h
+++ b/src/gui/models/ignorechoiceslistmodel.h
@@ -34,6 +34,12 @@
class IgnoreChoicesListModel final : public ListModel
{
public:
+ IgnoreChoicesListModel() :
+ ListModel()
+ { }
+
+ A_DELETE_COPY(IgnoreChoicesListModel)
+
~IgnoreChoicesListModel()
{ }