From 07b8a5b0baed8c7b23681c99f25f297045945bfc Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Sat, 2 Nov 2024 22:19:15 +0100 Subject: fix more bugs --- backend/ArmorObject.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend/ArmorObject.h') 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; -- cgit v1.2.3