X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHOMARDGUI%2FMonEditBoundaryDi.h;h=123b123404e576b925590e8c2fe4cc3ebec4998a;hb=544c1b539d74424d9404eecc323dc0263800d0f9;hp=34afaf9e230c12706be2dd05d836c9da94a84fa9;hpb=a3b974f0f68b4ea42bbfadb42106996e9a1842c8;p=modules%2Fhomard.git diff --git a/src/HOMARDGUI/MonEditBoundaryDi.h b/src/HOMARDGUI/MonEditBoundaryDi.h index 34afaf9e..123b1234 100644 --- a/src/HOMARDGUI/MonEditBoundaryDi.h +++ b/src/HOMARDGUI/MonEditBoundaryDi.h @@ -1,9 +1,9 @@ -// Copyright (C) 2011-2013 CEA/DEN, EDF R&D +// Copyright (C) 2011-2020 CEA/DEN, EDF R&D // // 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. +// 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 @@ -20,6 +20,8 @@ #ifndef MON_EDITBOUNDARYDI_H #define MON_EDITBOUNDARYDI_H +#include "HOMARDGUI_Exports.hxx" + #include #include @@ -28,13 +30,13 @@ #include -class MonEditBoundaryDi : public MonCreateBoundaryDi +class HOMARD_EXPORT MonEditBoundaryDi : public MonCreateBoundaryDi { Q_OBJECT public: MonEditBoundaryDi( MonCreateCase* parent, bool modal, HOMARD::HOMARD_Gen_var myHomardGen, - QString caseName, QString BoundaryName ); + QString caseName, QString Name ); virtual ~MonEditBoundaryDi(); protected :