mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-20 20:50:34 +05:00
- virtual bool IsPoly() const { return false; };
+ virtual bool IsPoly() const { return false; }
This commit is contained in:
parent
52e5b910d3
commit
d202b9c2ea
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user