- virtual bool IsPoly() const { return false; };

+  virtual bool IsPoly() const { return false; }
This commit is contained in:
eap 2010-11-12 14:27:47 +00:00
parent 52e5b910d3
commit d202b9c2ea

View 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;