From d202b9c2eae6f09bf5dab563835a7d164d69ff61 Mon Sep 17 00:00:00 2001 From: eap Date: Fri, 12 Nov 2010 14:27:47 +0000 Subject: [PATCH] - virtual bool IsPoly() const { return false; }; + virtual bool IsPoly() const { return false; } --- src/SMDS/SMDS_MeshElement.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2