mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
remove default destructor definition
This commit is contained in:
parent
761127c219
commit
24e80ec2ce
2 changed files with 0 additions and 4 deletions
|
|
@ -48,8 +48,6 @@ Request::Request(
|
|||
);
|
||||
}
|
||||
|
||||
Request::~Request() = default;
|
||||
|
||||
// Getters
|
||||
Glib::ustring Request::get_scheme()
|
||||
{
|
||||
|
|
|
|||
|
|
@ -11,8 +11,6 @@ namespace app::browser::main::tab::page::navbar
|
|||
public:
|
||||
|
||||
Update();
|
||||
|
||||
~Update();
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue