diff options
Diffstat (limited to 'backend/ArmorObject.h')
-rw-r--r-- | backend/ArmorObject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/ArmorObject.h b/backend/ArmorObject.h index 8889ed7..068594e 100644 --- a/backend/ArmorObject.h +++ b/backend/ArmorObject.h @@ -8,7 +8,7 @@ class ArmorObject : public Object { public: void set_protection(int protection); int get_protection() const; - virtual const String & get_displayname() const; + virtual String get_displayname() const; private: int protection = 0; |