From: eap Date: Mon, 17 Jun 2013 12:48:13 +0000 (+0000) Subject: - Standard_EXPORT bool GetOperatorParameters( const std::string theOperation, X-Git-Tag: BR_hydro_v_0_3_1~186 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3a09aaf8446709e2f017f0d5f029858810ac1e9b;p=modules%2Fgeom.git - Standard_EXPORT bool GetOperatorParameters( const std::string theOperation, + Standard_EXPORT bool GetOperatorParameters( const std::string& theOperation, --- diff --git a/src/GEOMImpl/GEOMImpl_IHealingOperations.cxx b/src/GEOMImpl/GEOMImpl_IHealingOperations.cxx index e0dd6ba6e..42924e3ba 100644 --- a/src/GEOMImpl/GEOMImpl_IHealingOperations.cxx +++ b/src/GEOMImpl/GEOMImpl_IHealingOperations.cxx @@ -227,7 +227,7 @@ void GEOMImpl_IHealingOperations::GetShapeProcessParameters (std::list& theParams, std::list& theValues ) { diff --git a/src/GEOMImpl/GEOMImpl_IHealingOperations.hxx b/src/GEOMImpl/GEOMImpl_IHealingOperations.hxx index b194c61e4..b7678c03f 100644 --- a/src/GEOMImpl/GEOMImpl_IHealingOperations.hxx +++ b/src/GEOMImpl/GEOMImpl_IHealingOperations.hxx @@ -49,7 +49,7 @@ class GEOMImpl_IHealingOperations : public GEOM_IOperations { std::list& theValues ); // Retrieve default Shape Process parameters for given operator - Standard_EXPORT bool GetOperatorParameters( const std::string theOperation, + Standard_EXPORT bool GetOperatorParameters( const std::string& theOperation, std::list& theParams, std::list& theValues );