diff options
Diffstat (limited to 'matlab/src/IceMatlab/Properties.cpp')
-rw-r--r-- | matlab/src/IceMatlab/Properties.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/matlab/src/IceMatlab/Properties.cpp b/matlab/src/IceMatlab/Properties.cpp index c8992c7dd18..be3a4cf679a 100644 --- a/matlab/src/IceMatlab/Properties.cpp +++ b/matlab/src/IceMatlab/Properties.cpp @@ -50,7 +50,7 @@ Ice_createProperties(mxArray* args, void* defaultsImpl, void** r) } EXPORTED_FUNCTION mxArray* -Ice_Properties__release(void* self) +Ice_Properties_unref(void* self) { delete &SELF; return 0; |