fix unload

This commit is contained in:
2025-03-14 22:16:36 -05:00
parent ad6386c36b
commit 0807a1e01b
3 changed files with 7 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ class App {
void load(std::string);
void unload(std::list<Module*>::iterator);
void unload(decltype(Module::self));
void handleArgs(const int&, char*[]);