diff options
Diffstat (limited to 'src/ui/widget/text.h')
| -rw-r--r-- | src/ui/widget/text.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/widget/text.h b/src/ui/widget/text.h index b90788940..593875b23 100644 --- a/src/ui/widget/text.h +++ b/src/ui/widget/text.h @@ -44,12 +44,12 @@ public: /** * Get the text in the entry. */ - const char* getText() const; + Glib::ustring const getText() const; /** * Sets the text of the text entry. */ - void setText(const char* text); + void setText(Glib::ustring const text); void update(); |
