diff options
Diffstat (limited to 'backend/ConsumableObject.h')
-rw-r--r-- | backend/ConsumableObject.h | 2 |
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; + }; |