]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/XGUI/XGUI_PartDataModel.h
Salome HOME
Make XGUI as a shared library
[modules/shaper.git] / src / XGUI / XGUI_PartDataModel.h
index 7910724aa0680926a1e5b6a429ba1e6e31f37f79..15c863519bb69f76eed5b8bf05ad4c7277ca3df0 100644 (file)
@@ -2,6 +2,7 @@
 #ifndef XGUI_PartDataModel_H
 #define XGUI_PartDataModel_H
 
+#include "XGUI.h"
 #include "XGUI_DataTreeModel.h"
 
 /**\class XGUI_TopDataModel
@@ -9,7 +10,7 @@
  * \brief This is a data model for Object Browser (QTreeView).
  * It represents only upper part of data tree (non-parts tree items)
  */
-class XGUI_TopDataModel : public XGUI_FeaturesModel
+class XGUI_EXPORT XGUI_TopDataModel : public XGUI_FeaturesModel
 {
   Q_OBJECT
 public: