X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FHEXABLOCK%2FHexSubShape.hxx;h=0abb48e8bcf2c07e3a1ae8999945843944b8c92b;hb=76a04c833d6dbc5affe2455f372fb625050f5746;hp=0d8962c3c35ce9c86b7b04e222d912cf6375d75b;hpb=9e17eedef4be735106e6d2ea4bb51e3ce116d0e3;p=modules%2Fhexablock.git diff --git a/src/HEXABLOCK/HexSubShape.hxx b/src/HEXABLOCK/HexSubShape.hxx index 0d8962c..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-2015 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; };