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; // cout << "refurbishingHddTool" << endl;
reHDD *app = new reHDD(); reHDD app;
app->app_logic(); app.app_logic();
return EXIT_SUCCESS; return EXIT_SUCCESS;
} }