]> Creatis software - crea.git/commitdiff
windows compilation error. DevManager
authorEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Wed, 24 Oct 2012 12:07:00 +0000 (12:07 +0000)
committerEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Wed, 24 Oct 2012 12:07:00 +0000 (12:07 +0000)
appli/creaDevManager/creaDevManager.cpp

index fe46557b9784975892e186aa70e791e0ff15366e..4b36d6e9b70670010c8536b3883e468cf7a6716f 100644 (file)
@@ -29,4 +29,5 @@ int wxCreaDevManagerApp::OnExit()
 {
   wxApp::OnExit();
   cout << "Crea DevManager closed." << endl;
+  return 0;
 }