]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModelAPI/ModelAPI_Tools.h
Salome HOME
Fix for compilation on Linux
[modules/shaper.git] / src / ModelAPI / ModelAPI_Tools.h
index 574f63829fd49e124d56e7b79a133f31ebdc413e..b0af5520bae730e1b3a1252f24df5a358bb42e70 100644 (file)
@@ -233,8 +233,8 @@ MODELAPI_EXPORT double getTransparency(const std::shared_ptr<ModelAPI_Result>& t
 * \param theSource a result that contains the copied attributes
 * \param theDest a destination result that takes the visualization attributes
 */
-MODELAPI_EXPORT void copyVisualizationAttrs(std::shared_ptr<ModelAPI_Result>& theSource,
-                                            std::shared_ptr<ModelAPI_Result>& theDest);
+MODELAPI_EXPORT void copyVisualizationAttrs(std::shared_ptr<ModelAPI_Result> theSource,
+                                            std::shared_ptr<ModelAPI_Result> theDest);
 
 }