Browse Source

remove default values

CPP-GTK4
yggverse 2 months ago
parent
commit
79e72c41b0
  1. 4
      src/app/browser/main/tab/page.hpp

4
src/app/browser/main/tab/page.hpp

@ -44,8 +44,8 @@ namespace app::browser::main::tab
Page( Page(
const Glib::ustring & TITLE, const Glib::ustring & TITLE,
const Glib::ustring & SUBTITLE = "", const Glib::ustring & SUBTITLE,
const Glib::ustring & REQUEST = "" const Glib::ustring & REQUEST
); );
// Actions // Actions

Loading…
Cancel
Save