diff options
Diffstat (limited to 'project2/rawView.h')
-rw-r--r-- | project2/rawView.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/rawView.h b/project2/rawView.h index 9d7dd44..8909927 100644 --- a/project2/rawView.h +++ b/project2/rawView.h @@ -12,7 +12,7 @@ class _RawView : public _View { public: _RawView(const xmlpp::Element * p); void execute(xmlpp::Element *) const; - Glib::ustring getCurrentValue(const Glib::ustring & id) const; + const Glib::ustring & getCurrentValue(const Glib::ustring & id) const; private: const xmlpp::Element * copyRoot; }; |