]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/XGUI/XGUI_MenuWorkbench.h
Salome HOME
updated copyright message
[modules/shaper.git] / src / XGUI / XGUI_MenuWorkbench.h
index 4114fc4b59eef580eec991240370f02128e5c107..14e80ed43ed431e121e4f0c30535cd43f2eda034 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2023  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 #include <list>
 #include <memory>
 
+#ifdef WIN32
+#pragma warning(disable : 4251) // std::string needs dll-interface
+#endif
+
 class XGUI_MenuGroup;
 
 /**