diff options
Diffstat (limited to 'src/equipment.h')
-rw-r--r-- | src/equipment.h | 5 |
1 files changed, 5 insertions, 0 deletions
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; |