Salome HOME
Fix Redesign of SMESH documentation
[modules/smesh.git] / src / SMESHUtils / SMESH_File.hxx
index e9881e030eebccf53eed77cc0b56efc2fa91d132..783835f38c05e4cf5141405765a887ab8de7eeb8 100644 (file)
@@ -87,7 +87,7 @@ public:
   bool getInts(std::vector<int>& ids);
 
   // ------------------------
-  // Writting a binary file
+  // Writing a binary file
   // ------------------------
 
   bool openForWriting(); // binary writing only
@@ -109,7 +109,7 @@ public:
 private:
 
   std::string _name; //!< file name
-  int         _size; //!< file size
+  long        _size; //!< file size
   std::string _error;
 #ifdef WIN32
   HANDLE      _file, _mapObj;