aboutsummaryrefslogtreecommitdiff
path: root/backend/ConsumableObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'backend/ConsumableObject.h')
-rw-r--r--backend/ConsumableObject.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/backend/ConsumableObject.h b/backend/ConsumableObject.h
index 0e98674..3b4a2ce 100644
--- a/backend/ConsumableObject.h
+++ b/backend/ConsumableObject.h
@@ -3,5 +3,7 @@
#include "Object.h"
class ConsumableObject : public Object {
+ using Object::Object;
+
};