bugfix/ai-static-analysis #82

Open
localhorst wants to merge 15 commits from bugfix/ai-static-analysis into master
Showing only changes of commit 37cbc9500e - Show all commits

View File

@ -16,7 +16,7 @@ int main(void)
{
// cout << "refurbishingHddTool" << endl;
reHDD *app = new reHDD();
app->app_logic();
reHDD app;
app.app_logic();
return EXIT_SUCCESS;
}