From: rnv Date: Thu, 22 Sep 2016 07:09:45 +0000 (+0300) Subject: Fix compilation on Windows X-Git-Tag: V8_1_0rc2^0 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2FV8_1_BR;p=plugins%2Fhybridplugin.git Fix compilation on Windows --- diff --git a/src/HYBRIDPlugin/HYBRIDPlugin_Hypothesis.cxx b/src/HYBRIDPlugin/HYBRIDPlugin_Hypothesis.cxx index 7eaae44..9d929ab 100644 --- a/src/HYBRIDPlugin/HYBRIDPlugin_Hypothesis.cxx +++ b/src/HYBRIDPlugin/HYBRIDPlugin_Hypothesis.cxx @@ -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