Salome HOME
0021197: EDF 1772 SMESH: Automatic meshing hypothesis
[modules/smesh.git] / src / SMDS / SMDS_MeshCell.hxx
index 792696f73f2976d3ccd3fff7962685d231b68aa3..9666421d5da94ede637a47c7d3f8aa903f1eb52c 100644 (file)
@@ -14,7 +14,7 @@ public:
   virtual ~SMDS_MeshCell();
 
   virtual bool ChangeNodes(const SMDS_MeshNode* nodes[], const int nbNodes)= 0;
-  virtual bool vtkOrder(const SMDS_MeshNode* nodes[], const int nbNodes) {return true; };
+  virtual bool vtkOrder(const SMDS_MeshNode* nodes[], const int nbNodes) {return true; }
 
   static int nbCells;