X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FParametersPlugin%2FParametersPlugin_EvalListener.cpp;h=0d61bec9ff3aa2e3e0d1a7671bb9c6cbe69b5b89;hb=185923a92c76805bc1b410b0f655e214394a8573;hp=f028edefc8da58e71a7a40f8b35a1ab4aa33d497;hpb=332f6b9a2a68158cf49feab94e21dd384d144b37;p=modules%2Fshaper.git diff --git a/src/ParametersPlugin/ParametersPlugin_EvalListener.cpp b/src/ParametersPlugin/ParametersPlugin_EvalListener.cpp index f028edefc..0d61bec9f 100644 --- a/src/ParametersPlugin/ParametersPlugin_EvalListener.cpp +++ b/src/ParametersPlugin/ParametersPlugin_EvalListener.cpp @@ -94,7 +94,7 @@ std::string ParametersPlugin_EvalListener::renameInPythonExpression( std::string anExpressionString = theExpression; // ask interpreter to compute the positions in the expression - std::shared_ptr aMsg = + std::shared_ptr aMsg = ModelAPI_ComputePositionsMessage::send(theExpression, theOldName, this); const std::list >& aPositions = aMsg->positions();