Salome HOME
Updated copyright comment
[samples/atomic.git] / src / ATOMICGUI / ATOMICGUI_Operation.h
index 497c77df253f5e8a80d965458040237835aafe45..3d3b709b8407c343970c69669f9424a8277243c5 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2024  CEA, EDF, OPEN CASCADE
 //
 // 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 ATOMICGUI_OPERATION_H
 #define ATOMICGUI_OPERATION_H
 
+#include "ATOMICGUI_ATOMICGUI.hxx"
+
 #include <LightApp_Operation.h>
 
 class ATOMICGUI_DataModel;
@@ -29,7 +31,7 @@ class ATOMICGUI;
  * Class       : ATOMICGUI_AddAtomDlg
  * Description : Base Operation class for ATOMIC component
  */
-class ATOMICGUI_Operation : public LightApp_Operation
+class ATOMICGUI_EXPORT ATOMICGUI_Operation : public LightApp_Operation
 {
   Q_OBJECT