16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-18 01:59:19 +02:00

fix compiling on MacOS

This commit is contained in:
milek
2019-03-25 20:17:27 +00:00
parent 409a5340aa
commit 33a4bb2b14
4 changed files with 12 additions and 2 deletions

View File

@@ -34,8 +34,8 @@ int main( int argc, char *argv[] )
auto result { Application.init( argc, argv ) };
if( result == 0 ) {
result = Application.run();
Application.exit();
}
Application.exit();
}
catch( std::bad_alloc const &Error )
{