aboutsummaryrefslogtreecommitdiff
path: root/backend/Object.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/Object.h
parentd554cb39a2f1ec97dd214a5dd200ae5f03cf616d (diff)
fix more bugs
Diffstat (limited to 'backend/Object.h')
-rw-r--r--backend/Object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/Object.h b/backend/Object.h
index 0cebd64..19472d0 100644
--- a/backend/Object.h
+++ b/backend/Object.h
@@ -10,7 +10,7 @@ private:
public:
void set_name(const String & name);
const String & get_name() const;
- virtual const String & get_displayname() const;
+ virtual String get_displayname() const;
void set_description(const String & description);
const String & get_description() const;