bugfix/ai-static-analysis #82

Merged
localhorst merged 33 commits from bugfix/ai-static-analysis into master 2025-12-10 21:52:17 +01:00
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;
}