test App::unload()
This commit is contained in:
@@ -10,7 +10,7 @@ Print::~Print() {
|
|||||||
|
|
||||||
void Print::run() {
|
void Print::run() {
|
||||||
std::cout << "Print lib loaded and run!\n";
|
std::cout << "Print lib loaded and run!\n";
|
||||||
//App::Get().unload(self);
|
app.unload(self);
|
||||||
app.end();
|
//app.end();
|
||||||
std::cout << "App::Get() called\n";
|
std::cout << "App::Get() called\n";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user