Salome HOME
Copyright update 2022
[samples/atomic.git] / src / ATOMICGUI / ATOMICGUI_Selection.h
index 6f8c26a12ba33a5e545dafdff61d48a5ae7abcf4..ad53e4157d8d9570cbf7b2a601602b15d75f68aa 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2022  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 @@
 #if !defined(ATOMICGUI_SELECTION_H)
 #define ATOMICGUI_SELECTION_H
 
+#include "ATOMICGUI_ATOMICGUI.hxx"
+
 #include <QtxPopupMgr.h>
 #include <LightApp_Selection.h>
 
@@ -30,7 +32,7 @@ class LightApp_SelectionMgr;
  * Description : Selection class for ATOMIC component.  
  *               Computation of object parameters for popup manager.
  */
-class ATOMICGUI_Selection : public LightApp_Selection
+class ATOMICGUI_EXPORT ATOMICGUI_Selection : public LightApp_Selection
 {
 public:
   ATOMICGUI_Selection ();