diff options
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; |