From: eap Date: Fri, 12 Nov 2010 14:27:47 +0000 (+0000) Subject: - virtual bool IsPoly() const { return false; }; X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d202b9c2eae6f09bf5dab563835a7d164d69ff61;p=modules%2Fsmesh.git - virtual bool IsPoly() const { return false; }; + virtual bool IsPoly() const { return false; } --- diff --git a/src/SMDS/SMDS_MeshElement.hxx b/src/SMDS/SMDS_MeshElement.hxx index 938abf0b2..593b7fe00 100644 --- a/src/SMDS/SMDS_MeshElement.hxx +++ b/src/SMDS/SMDS_MeshElement.hxx @@ -69,7 +69,7 @@ public: ///Return the type of the current element virtual SMDSAbs_ElementType GetType() const = 0; - virtual bool IsPoly() const { return false; }; + virtual bool IsPoly() const { return false; } virtual bool IsQuadratic() const; //! Return type of entity virtual SMDSAbs_EntityType GetEntityType() const = 0;