X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FXGUI_MenuWorkbench.h;h=14e80ed43ed431e121e4f0c30535cd43f2eda034;hb=06e7f5859095193fc7f498bd89a7d28009794f53;hp=079fe3d3597d1cc6f04542e3f544dd966abbd94b;hpb=a4ffa6e5a1578063cf8e3003b3ef98dbd3f32324;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_MenuWorkbench.h b/src/XGUI/XGUI_MenuWorkbench.h old mode 100755 new mode 100644 index 079fe3d35..14e80ed43 --- a/src/XGUI/XGUI_MenuWorkbench.h +++ b/src/XGUI/XGUI_MenuWorkbench.h @@ -1,8 +1,21 @@ -// Copyright (C) 2014-20xx CEA/DEN, EDF R&D --> - -// File: XGUI_MenuWorkbench.hxx -// Created: 13 Apr 2016 -// Author: Natalia ERMOLAEVA +// 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 +// License as published by the Free Software Foundation; either +// version 2.1 of the License, or (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +// #ifndef XGUI_MENUWORKBENCH_H_ #define XGUI_MENUWORKBENCH_H_ @@ -13,6 +26,10 @@ #include #include +#ifdef WIN32 +#pragma warning(disable : 4251) // std::string needs dll-interface +#endif + class XGUI_MenuGroup; /**