X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHUtils%2FSMESH_File.hxx;h=c30b69db160a7d7baf7f956b76102b06dd64962e;hb=046f5915e17f5038b8a14e6606e9f4ebdeb212e2;hp=e9881e030eebccf53eed77cc0b56efc2fa91d132;hpb=c98d9fcd7f02c1f1f5c24dd3e709ed75228d66c4;p=modules%2Fsmesh.git 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;