diff options
Diffstat (limited to 'src/components/completer.hpp')
-rw-r--r-- | src/components/completer.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/completer.hpp b/src/components/completer.hpp index 6bd8be9..6906f02 100644 --- a/src/components/completer.hpp +++ b/src/components/completer.hpp @@ -8,7 +8,7 @@ constexpr static int CompleterImageSize = 24; class CompleterEntry : public Gtk::ListBoxRow { public: - CompleterEntry(const Glib::ustring &completion, int index); + CompleterEntry(Glib::ustring completion, int index); void SetTextColor(int color); // SetText will reset void SetText(const Glib::ustring &text); void SetImage(const Glib::RefPtr<Gdk::Pixbuf> &pb); |