X-Git-Url: https://vaikene.ee/gitweb/highlight.css?a=blobdiff_plain;f=src%2Fmain%2FCLI%2Fmain.cpp;h=0c3cbb65d597548617cb14500c21d561306297f8;hb=8958311b9f05fc65cdf9e528db8b4b32a94eb24a;hp=4e8fe7e0b606115889ed12b8fdec27cd84b48bfd;hpb=60aebc188674bbfb67be51958ec33171c72986b9;p=evaf diff --git a/src/main/CLI/main.cpp b/src/main/CLI/main.cpp index 4e8fe7e..0c3cbb6 100644 --- a/src/main/CLI/main.cpp +++ b/src/main/CLI/main.cpp @@ -281,7 +281,7 @@ int main(int argc, char ** argv) // Run the application EVAF_INFO("Running %s", VER_MODULE_NAME_STR); - rval = app.exec(); + rval = Common::iApp::instance()->exec(); quit = rval != Common::iApp::RC_Restart;