Salome HOME
fix pb with GetName() in case of meshing imported 2D skin
[modules/smesh.git] / src / SMDS / SMDS_MeshVolume.hxx
index aa3498eac3b7cb0286fd5ad3ec50df076fe6d03b..511ebef0fbad645399e196c0b8c4966995e83fab 100644 (file)
@@ -32,8 +32,8 @@
 
 class SMDS_EXPORT SMDS_MeshVolume:public SMDS_MeshElement
 {
-       
+        
   public:
-       SMDSAbs_ElementType GetType() const;
+        SMDSAbs_ElementType GetType() const;
 };
 #endif