keep fixing parallel-rdp stuff
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include <frontend/App.hpp>
|
||||
|
||||
int main() {
|
||||
App app;
|
||||
app.Run();
|
||||
App* app = new App;
|
||||
app->Run();
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user