summaryrefslogtreecommitdiff
path: root/matlab/src/IceMatlab/Endpoint.h
diff options
context:
space:
mode:
Diffstat (limited to 'matlab/src/IceMatlab/Endpoint.h')
-rw-r--r--matlab/src/IceMatlab/Endpoint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/matlab/src/IceMatlab/Endpoint.h b/matlab/src/IceMatlab/Endpoint.h
index f3c6a4b41ed..42878c38e56 100644
--- a/matlab/src/IceMatlab/Endpoint.h
+++ b/matlab/src/IceMatlab/Endpoint.h
@@ -12,7 +12,7 @@
namespace IceMatlab
{
-void* createEndpoint(std::shared_ptr<Ice::Endpoint>);
+void* createEndpoint(const std::shared_ptr<Ice::Endpoint>&);
std::shared_ptr<Ice::Endpoint> getEndpoint(void*);
}