I hate segfaults

This commit is contained in:
2025-03-14 23:20:46 -05:00
parent f503c3589e
commit 8ca9d9c4d9
2 changed files with 15 additions and 17 deletions

View File

@@ -13,7 +13,7 @@ class App {
bool done = false;
std::list<Module*> modules;
std::list<void*> toClose;
std::list<Module*> toClose;
public:
App(const int&, char*[]);
@@ -27,7 +27,7 @@ class App {
void unload(decltype(Module::self));
void closeModules();
void stopModule(decltype(Module::self));
void handleArgs(const int&, char*[]);