remove extra access level definition

This commit is contained in:
yggverse 2024-08-17 00:50:24 +03:00
parent 5fff73f17b
commit 09542c5134
12 changed files with 50 additions and 74 deletions

View file

@ -11,15 +11,13 @@ namespace app::browser::main::tab::page::navbar
{
class Request : public Gtk::Entry
{
private:
std::string scheme,
host,
port,
path,
query;
std::string scheme,
host,
port,
path,
query;
void parse();
void parse();
public: