Salome HOME
correct previous integration (Porting to Python 2.6)
[modules/smesh.git] / src / SMDS / SMDS_FaceOfEdges.hxx
index 27cfe59e4ceaea7c145d70a3dcb7fbdd94819320..cd65213983e415f830359da9c11414398eb79d7d 100644 (file)
@@ -46,6 +46,7 @@ class SMDS_EXPORT SMDS_FaceOfEdges:public SMDS_MeshFace
                          const SMDS_MeshEdge* edge4);
                
        SMDSAbs_ElementType GetType() const;
+        virtual SMDSAbs_EntityType   GetEntityType() const;
        int NbNodes() const;
        int NbEdges() const;
        int NbFaces() const;