X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESHUtils%2FSMESH_File.hxx;h=c30b69db160a7d7baf7f956b76102b06dd64962e;hp=e9881e030eebccf53eed77cc0b56efc2fa91d132;hb=8d3d2084b73d927b857e77ae17ca62e0d74e090a;hpb=6883e45c6b4bf088fa71d0299d3a35383f283fbe diff --git a/src/SMESHUtils/SMESH_File.hxx b/src/SMESHUtils/SMESH_File.hxx index e9881e030..c30b69db1 100644 --- a/src/SMESHUtils/SMESH_File.hxx +++ b/src/SMESHUtils/SMESH_File.hxx @@ -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;