X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHEXABLOCK%2FHexSubShape.hxx;h=0abb48e8bcf2c07e3a1ae8999945843944b8c92b;hb=76a04c833d6dbc5affe2455f372fb625050f5746;hp=ff410dde306507467cfb7d773baf2b1ead61c3ef;hpb=995be63a665a1722037fe7f6ff649108d6905427;p=modules%2Fhexablock.git diff --git a/src/HEXABLOCK/HexSubShape.hxx b/src/HEXABLOCK/HexSubShape.hxx index ff410dd..0abb48e 100644 --- a/src/HEXABLOCK/HexSubShape.hxx +++ b/src/HEXABLOCK/HexSubShape.hxx @@ -1,7 +1,7 @@ // class : Gestion des formes associees (Hexa 5) -// Copyright (C) 2009-2014 CEA/DEN, EDF R&D +// Copyright (C) 2009-2019 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 @@ -39,7 +39,7 @@ public : int getDim () { return sub_dim ; } virtual EnumKindOfShape kindOf () { return kind_of ; } - const string& getBrep (); + const std::string& getBrep (); virtual const TopoDS_Shape& getShape (); void saveXml (XmlWriter* xml); @@ -55,7 +55,7 @@ protected : int sub_dim; // 0 = point, 1 = arete, 2 = face; TopoDS_Shape geo_shape; - string geo_brep; + std::string geo_brep; bool maj_brep, maj_shape; EnumKindOfShape kind_of; };