Salome HOME
- virtual bool IsPoly() const { return false; };
authoreap <eap@opencascade.com>
Fri, 12 Nov 2010 14:27:47 +0000 (14:27 +0000)
committereap <eap@opencascade.com>
Fri, 12 Nov 2010 14:27:47 +0000 (14:27 +0000)
+  virtual bool IsPoly() const { return false; }

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;