X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESHUtils%2FSMESH_File.hxx;h=783835f38c05e4cf5141405765a887ab8de7eeb8;hp=e9881e030eebccf53eed77cc0b56efc2fa91d132;hb=67312ab966a7c21fe835917978028643ffadd99e;hpb=a17b36970bc61da1d664453c615754997c925b18 diff --git a/src/SMESHUtils/SMESH_File.hxx b/src/SMESHUtils/SMESH_File.hxx index e9881e030..783835f38 100644 --- a/src/SMESHUtils/SMESH_File.hxx +++ b/src/SMESHUtils/SMESH_File.hxx @@ -87,7 +87,7 @@ public: bool getInts(std::vector& 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;