From a7bba67bbdfa0dc2789cd24fc1026728cd5406e2 Mon Sep 17 00:00:00 2001 From: Mark Spruiell Date: Wed, 4 Oct 2017 16:43:54 -0700 Subject: Internal code cleanup --- matlab/src/IceMatlab/Communicator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'matlab/src/IceMatlab/Communicator.cpp') diff --git a/matlab/src/IceMatlab/Communicator.cpp b/matlab/src/IceMatlab/Communicator.cpp index efc87bcdf8b..04a194eee6b 100644 --- a/matlab/src/IceMatlab/Communicator.cpp +++ b/matlab/src/IceMatlab/Communicator.cpp @@ -34,7 +34,7 @@ extern "C" { EXPORTED_FUNCTION mxArray* -Ice_Communicator__release(void* self) +Ice_Communicator_unref(void* self) { delete &SELF; return 0; -- cgit v1.2.3