bugfix/ai-static-analysis #82
@ -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;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user