From be4b6a8199b8f187cc269cc251c191f1cb039999 Mon Sep 17 00:00:00 2001 From: rnv Date: Thu, 22 Sep 2016 10:09:45 +0300 Subject: [PATCH] Fix compilation on Windows --- src/HYBRIDPlugin/HYBRIDPlugin_Hypothesis.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2