From 1782b3c58c1c45581feaf73563162ad443c7b476 Mon Sep 17 00:00:00 2001 From: vsr Date: Tue, 28 Oct 2014 10:04:19 +0300 Subject: [PATCH] Windows portability --- src/SMESHGUI/SMESHGUI_HypothesesUtils.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/SMESHGUI/SMESHGUI_HypothesesUtils.h b/src/SMESHGUI/SMESHGUI_HypothesesUtils.h index 4e4f4a868..319e329ff 100644 --- a/src/SMESHGUI/SMESHGUI_HypothesesUtils.h +++ b/src/SMESHGUI/SMESHGUI_HypothesesUtils.h @@ -120,8 +120,7 @@ namespace SMESH SMESHGUI_EXPORT // name of proprty saving plug-in of a hypothesis - static const char* Plugin_Name() { return "PLUGIN_NAME"; } - + const char* Plugin_Name() { return "PLUGIN_NAME"; } } #endif // SMESHGUI_HYPOTHESESUTILS_H -- 2.30.2