Salome HOME
Fix compilation on Windows V8_1_BR cbr/crowdin_V8_1_BR V8_1_0 V8_1_0rc2
authorrnv <rnv@opencascade.com>
Thu, 22 Sep 2016 07:09:45 +0000 (10:09 +0300)
committerrnv <rnv@opencascade.com>
Thu, 22 Sep 2016 07:09:45 +0000 (10:09 +0300)
src/HYBRIDPlugin/HYBRIDPlugin_Hypothesis.cxx

index 7eaae4446003125d381d64c344f230630a974d7c..9d929ab33b78dc39695015c20642c236bb43f3f4 100644 (file)
@@ -1932,7 +1932,7 @@ std::string HYBRIDPlugin_Hypothesis::GetExeName()
 {
   //call mg-hybrid.bash is script which assumes new project version(s) mg-hybrid.exe in the prerequisite base and special? licence.
 #ifdef WIN32
-  return "mg-hybrid.exe"
+  return "mg-hybrid.exe";
 #else
   return "mg-hybrid.bash";
 #endif