mirror of
https://github.com/peterbraden/node-opencv.git
synced 2025-12-08 19:45:55 +00:00
fix typo
This commit is contained in:
parent
96d0eb8824
commit
9316a01f03
@ -3051,7 +3051,7 @@ NAN_METHOD(Matrix::GetrefCount) {
|
||||
}
|
||||
#else
|
||||
if (self->mat.refcount){
|
||||
refcount = *self->mat.refcount);
|
||||
refcount = *(self->mat.refcount);
|
||||
} else {
|
||||
refcount = -1;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user