X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fengine%2FComposedNode.hxx;h=026a4d8efed9bb1505f458020df9a381f4d8d3c2;hb=255150e4eec79294bbd06c7c464f309b4a264960;hp=f0f53d5e3acc368a16b719c661dbd4ba65bd17ea;hpb=5611713eb8bcf4bfdbe3376da12a0e3f173582fb;p=modules%2Fyacs.git diff --git a/src/engine/ComposedNode.hxx b/src/engine/ComposedNode.hxx index f0f53d5e3..026a4d8ef 100644 --- a/src/engine/ComposedNode.hxx +++ b/src/engine/ComposedNode.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2019 CEA/DEN, EDF R&D +// Copyright (C) 2006-2023 CEA, EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -177,7 +177,7 @@ namespace YACS }; template - std::string ComposedNode::getPortName(const PORT * port) const + std::string ComposedNode::getPortName(const PORT * port) const { Node *node = port->getNode(); std::string portName = port->getName();