Salome HOME
Copyright update 2021
[samples/atomic.git] / src / ATOMICGUI / ATOMICGUI_Operation.h
index 206f93e6e39224c577d3cb5f49428dc9502199de..fb3e660c07fcc34eefe5704a797527719f57c695 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2007-2013  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2021  CEA/DEN, EDF R&D, 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