remove destructors overwrite

This commit is contained in:
yggverse 2024-09-05 01:40:56 +03:00
parent 1ec685cabe
commit 207d5079a7
18 changed files with 6 additions and 42 deletions

View file

@ -11,8 +11,6 @@ namespace app::browser::main::tab::page::navigation
public:
Base();
~Base();
};
}