Salome HOME
Merge branch 'master' of newgeom:newgeom.git
[modules/shaper.git] / src / XGUI / XGUI_SelectionMgr.h
index 61fb70aff19e7df51150ba01479cc4b50e879004..91b4c255fea2d71ddbf482ace5053820048359cf 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef XGUI_SelectionMgr_H
 #define XGUI_SelectionMgr_H
 
+#include "XGUI.h"
 #include "XGUI_Constants.h"
 #include <QObject>
 
@@ -12,7 +13,7 @@ class XGUI_ObjectsBrowser;
  * \brief Selection manager. Provides selection event on selection in 
  * Object Browser and Viewer
  */
-class XGUI_SelectionMgr : public QObject
+class XGUI_EXPORT XGUI_SelectionMgr : public QObject
 {
   Q_OBJECT
 public: