From 533172dc2df60406e2c7f08f36de3742721f8079 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 17 Jan 2017 18:22:25 +0300 Subject: Add missing A_DEFAULT_COPY / A_DELETE_COPY into other files. --- src/equipment.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/equipment.h') diff --git a/src/equipment.h b/src/equipment.h index 16b8f8da6..265108eb7 100644 --- a/src/equipment.h +++ b/src/equipment.h @@ -48,6 +48,11 @@ class Equipment final class Backend notfinal { public: + Backend() + { } + + A_DELETE_COPY(Backend) + virtual const Item *getEquipment(const int index) const A_WARN_UNUSED = 0; -- cgit v1.2.3-60-g2f50