From d264cbb21bdc4a2f9fc720e9f6dcbcfa84b490c8 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 23 Feb 2021 17:22:22 +0100 Subject: [PATCH] Prepare for Tabbable API change (1/3) --- libs/widgets/widgets/tabbable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/widgets/widgets/tabbable.h b/libs/widgets/widgets/tabbable.h index dde8da227b..ff9dae4207 100644 --- a/libs/widgets/widgets/tabbable.h +++ b/libs/widgets/widgets/tabbable.h @@ -47,7 +47,7 @@ public: Tabbable (Gtk::Widget&, const std::string& user_visible_name, std::string const & untranslated_name, bool tabbed_by_default = true); ~Tabbable (); - void add_to_notebook (Gtk::Notebook& notebook, const std::string& tab_title); + void add_to_notebook (Gtk::Notebook& notebook, const std::string& tab_title = ""); void make_visible (); void make_invisible (); void change_visibility ();