aboutsummaryrefslogtreecommitdiff
path: root/backend/ArmorObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'backend/ArmorObject.h')
-rw-r--r--backend/ArmorObject.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/backend/ArmorObject.h b/backend/ArmorObject.h
index e9c02d2..112997b 100644
--- a/backend/ArmorObject.h
+++ b/backend/ArmorObject.h
@@ -3,6 +3,8 @@
#include "Object.h"
class ArmorObject : public Object {
+ using Object::Object;
+
private:
int protection = 0;