X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHEXABLOCK%2FHexDocument.hxx;h=1f9e49eb039e9fbb180602f903cac61b73674ab4;hb=167be4931bccbbe01e53313d18a9d3dd1484ecb4;hp=23822cb4e6e4282d30a043a542cdb54ff8a8128a;hpb=79915240d6a80781f71c39224a469ed6e38b81cb;p=modules%2Fhexablock.git diff --git a/src/HEXABLOCK/HexDocument.hxx b/src/HEXABLOCK/HexDocument.hxx old mode 100755 new mode 100644 index 23822cb..1f9e49e --- a/src/HEXABLOCK/HexDocument.hxx +++ b/src/HEXABLOCK/HexDocument.hxx @@ -1,7 +1,7 @@ // class : Document -// Copyright (C) 2009-2016 CEA/DEN, EDF R&D +// Copyright (C) 2009-2020 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -26,6 +26,8 @@ #include "Hex_defines.hxx" #include "HexEltBase.hxx" +#include + #ifdef WIN32 #ifdef max #undef max @@ -341,8 +343,8 @@ public: void reorderQuads (); // --------------------------------------------------- Evols Hexa5 - cpchar getNextName (EnumElt type, string& name); - string getNextName (EnumElt type); + cpchar getNextName (EnumElt type, std::string& name); + std::string getNextName (EnumElt type); virtual char* makeVarName (char* name); void lockDump();