X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FHEXABLOCK%2FHexDocument.hxx;h=1f9e49eb039e9fbb180602f903cac61b73674ab4;hb=167be4931bccbbe01e53313d18a9d3dd1484ecb4;hp=82f71a35d62a73a8163586b4ec16a2f73dc05b06;hpb=f3d5693095483a5028dc812cee8697096159690b;p=modules%2Fhexablock.git diff --git a/src/HEXABLOCK/HexDocument.hxx b/src/HEXABLOCK/HexDocument.hxx old mode 100755 new mode 100644 index 82f71a3..1f9e49e --- a/src/HEXABLOCK/HexDocument.hxx +++ b/src/HEXABLOCK/HexDocument.hxx @@ -1,7 +1,7 @@ // class : Document -// Copyright (C) 2009-2014 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();