This commit is contained in:
Simon Hailes 2017-11-12 16:48:08 +00:00
parent 96d0eb8824
commit 9316a01f03

View File

@ -3051,7 +3051,7 @@ NAN_METHOD(Matrix::GetrefCount) {
} }
#else #else
if (self->mat.refcount){ if (self->mat.refcount){
refcount = *self->mat.refcount); refcount = *(self->mat.refcount);
} else { } else {
refcount = -1; refcount = -1;
} }