X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMDS%2FSMDS_MeshVolume.hxx;h=e3eea3f97606545a7d899bfe8bc8be11389af7a6;hb=e3214b68d298250cb463df645aecb3d2fdd5627a;hp=03f44d355686accef7c0f5001d7dace420819a96;hpb=256c68c3f97225b1fa805d3f30ea2f422c1d2856;p=modules%2Fsmesh.git diff --git a/src/SMDS/SMDS_MeshVolume.hxx b/src/SMDS/SMDS_MeshVolume.hxx index 03f44d355..e3eea3f97 100644 --- a/src/SMDS/SMDS_MeshVolume.hxx +++ b/src/SMDS/SMDS_MeshVolume.hxx @@ -35,5 +35,6 @@ class SMDS_EXPORT SMDS_MeshVolume:public SMDS_MeshCell public: SMDSAbs_ElementType GetType() const; + virtual vtkIdType GetVtkType() const; }; #endif