aboutsummaryrefslogtreecommitdiff
path: root/backend/ArmorObject.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-11-02 22:19:15 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-11-02 22:19:15 +0100
commit07b8a5b0baed8c7b23681c99f25f297045945bfc (patch)
tree8383b4b675aba53d19a667f4713c3e73c32e9652 /backend/ArmorObject.h
parentd554cb39a2f1ec97dd214a5dd200ae5f03cf616d (diff)
fix more bugs
Diffstat (limited to 'backend/ArmorObject.h')
-rw-r--r--backend/ArmorObject.h2
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;