Skip to content

Commit 98db9a5

Browse files
committed
[AL-10] ADD LAUNCHER
1 parent 8cc4ba0 commit 98db9a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Designer/APP/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ int main(int argc, char *argv[])
2222
//return nResult;
2323
OwningPtr<IAppLauncher> opLauncher = IAppLauncher::Create();
2424
DIAG_RETURN_IF_FALSE(opLauncher, 0, "", "hananiah", "2025.11.1");
25-
25+
opLauncher->Run(argc, argv);
2626
return 0;
2727
}
2828

0 commit comments

Comments
 (0)