summaryrefslogtreecommitdiff
path: root/src/gui/models/playerrelationlistmodel.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-01-17 18:20:02 +0300
committerAndrei Karas <akaras@inbox.ru>2017-01-17 18:20:02 +0300
commitf46644e0096ffa2ce57c23707d588b2c073eed55 (patch)
treed46af09d51968c9ced37e1551cd1ff95ee07d3a1 /src/gui/models/playerrelationlistmodel.h
parentb99b796ff57b0da269fa67d7eb05670be0558589 (diff)
downloadmv-f46644e0096ffa2ce57c23707d588b2c073eed55.tar.gz
mv-f46644e0096ffa2ce57c23707d588b2c073eed55.tar.bz2
mv-f46644e0096ffa2ce57c23707d588b2c073eed55.tar.xz
mv-f46644e0096ffa2ce57c23707d588b2c073eed55.zip
Add missing A_DEFAULT_COPY / A_DELETE_COPY into gui.
Diffstat (limited to 'src/gui/models/playerrelationlistmodel.h')
-rw-r--r--src/gui/models/playerrelationlistmodel.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gui/models/playerrelationlistmodel.h b/src/gui/models/playerrelationlistmodel.h
index 0237ce1ec..5e58d4905 100644
--- a/src/gui/models/playerrelationlistmodel.h
+++ b/src/gui/models/playerrelationlistmodel.h
@@ -50,6 +50,12 @@ static const char *const RELATION_NAMES[PlayerRelation::RELATIONS_NR] =
class PlayerRelationListModel final : public ListModel
{
public:
+ PlayerRelationListModel() :
+ ListModel()
+ { }
+
+ A_DELETE_COPY(PlayerRelationListModel)
+
~PlayerRelationListModel()
{ }