Salome HOME
Merge from V5_1_main branch 24/11/2010
[modules/smesh.git] / src / SMDS / SMDS_MeshElement.hxx
index 938abf0b260c0be2cc922b9d0d0e911c1fe8f697..593b7fe00c39deb1a7acd38bd5689fd4788e2e70 100644 (file)
@@ -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;