X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESHDS%2FSMESHDS_Group.hxx;h=2d41756a53788cffcde24c0eebb86ee0628c57bd;hp=c4ec5ec7851fd314c566e9b899fa30f778abca04;hb=64c772da5a9dd285f16f1f7efa07bb4c7fbdd4c3;hpb=c63ee099ad2b149bd70136839c973e8910137bc5 diff --git a/src/SMESHDS/SMESHDS_Group.hxx b/src/SMESHDS/SMESHDS_Group.hxx index c4ec5ec78..2d41756a5 100644 --- a/src/SMESHDS/SMESHDS_Group.hxx +++ b/src/SMESHDS/SMESHDS_Group.hxx @@ -27,13 +27,15 @@ #ifndef _SMESHDS_Group_HeaderFile #define _SMESHDS_Group_HeaderFile +#include "SMESH_SMESHDS.hxx" + #include #include "SMESHDS_GroupBase.hxx" #include "SMDS_MeshGroup.hxx" class SMESHDS_Mesh; -class SMESHDS_Group : public SMESHDS_GroupBase +class SMESHDS_EXPORT SMESHDS_Group : public SMESHDS_GroupBase { public: @@ -51,9 +53,9 @@ class SMESHDS_Group : public SMESHDS_GroupBase virtual SMDS_ElemIteratorPtr GetElements(); - bool SMESHDS_Group::Add (const int theID); + bool Add (const int theID); - bool SMESHDS_Group::Remove (const int theID); + bool Remove (const int theID); void Clear();