summaryrefslogtreecommitdiff
path: root/matlab/src/IceMatlab/Endpoint.cpp
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2017-10-04 16:43:54 -0700
committerMark Spruiell <mes@zeroc.com>2017-10-04 16:43:54 -0700
commita7bba67bbdfa0dc2789cd24fc1026728cd5406e2 (patch)
tree1eee9798a813a537f20ec785654e2951305d8d7c /matlab/src/IceMatlab/Endpoint.cpp
parentAdding binding test (diff)
downloadice-a7bba67bbdfa0dc2789cd24fc1026728cd5406e2.tar.bz2
ice-a7bba67bbdfa0dc2789cd24fc1026728cd5406e2.tar.xz
ice-a7bba67bbdfa0dc2789cd24fc1026728cd5406e2.zip
Internal code cleanup
Diffstat (limited to 'matlab/src/IceMatlab/Endpoint.cpp')
-rw-r--r--matlab/src/IceMatlab/Endpoint.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/matlab/src/IceMatlab/Endpoint.cpp b/matlab/src/IceMatlab/Endpoint.cpp
index 27020714961..a2ac79891a7 100644
--- a/matlab/src/IceMatlab/Endpoint.cpp
+++ b/matlab/src/IceMatlab/Endpoint.cpp
@@ -151,7 +151,7 @@ extern "C"
{
EXPORTED_FUNCTION mxArray*
-Ice_Endpoint__release(void* self)
+Ice_Endpoint_unref(void* self)
{
delete &SELF;
return 0;