mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
remove default values
This commit is contained in:
parent
946211167b
commit
79e72c41b0
1 changed files with 2 additions and 2 deletions
|
|
@ -44,8 +44,8 @@ namespace app::browser::main::tab
|
|||
|
||||
Page(
|
||||
const Glib::ustring & TITLE,
|
||||
const Glib::ustring & SUBTITLE = "",
|
||||
const Glib::ustring & REQUEST = ""
|
||||
const Glib::ustring & SUBTITLE,
|
||||
const Glib::ustring & REQUEST
|
||||
);
|
||||
|
||||
// Actions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue