mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
implement destructors
This commit is contained in:
parent
ee890b9859
commit
a8df7e1ebe
12 changed files with 92 additions and 9 deletions
|
|
@ -10,6 +10,8 @@ Tab::Tab()
|
|||
);
|
||||
}
|
||||
|
||||
Tab::~Tab() = default;
|
||||
|
||||
void Tab::append(
|
||||
const char * request,
|
||||
bool open,
|
||||
|
|
|
|||
|
|
@ -28,6 +28,8 @@ namespace app::browser::main
|
|||
|
||||
Tab();
|
||||
|
||||
~Tab();
|
||||
|
||||
void append(
|
||||
const char * request,
|
||||
bool open,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue