diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-02 22:19:15 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-02 22:19:15 +0100 |
commit | 07b8a5b0baed8c7b23681c99f25f297045945bfc (patch) | |
tree | 8383b4b675aba53d19a667f4713c3e73c32e9652 /backend/Object.h | |
parent | d554cb39a2f1ec97dd214a5dd200ae5f03cf616d (diff) |
fix more bugs
Diffstat (limited to 'backend/Object.h')
-rw-r--r-- | backend/Object.h | 2 |
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; |