X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHUtils%2FSMESH_File.hxx;h=7c1fe9d920c7041d1162b5cc5d67d191cbf71fdb;hb=d66fe4a5001bedf93141cbac20a9b8c32f8af3bd;hp=cf36b652b6806fac06beaa5a30ab048b823cf66c;hpb=7a65c9fad427b1ccba6b9ccae612296e5092a324;p=modules%2Fsmesh.git diff --git a/src/SMESHUtils/SMESH_File.hxx b/src/SMESHUtils/SMESH_File.hxx index cf36b652b..7c1fe9d92 100644 --- a/src/SMESHUtils/SMESH_File.hxx +++ b/src/SMESHUtils/SMESH_File.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2015 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2019 CEA/DEN, EDF R&D, OPEN CASCADE // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -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;