implement destructors

This commit is contained in:
yggverse 2024-08-12 09:45:22 +03:00
parent ee890b9859
commit a8df7e1ebe
12 changed files with 92 additions and 9 deletions

View file

@ -10,6 +10,8 @@ Tab::Tab()
);
}
Tab::~Tab() = default;
void Tab::append(
const char * request,
bool open,