diff --git a/base/src/refbase.cpp b/base/src/refbase.cpp index a05709e..04bc98e 100755 --- a/base/src/refbase.cpp +++ b/base/src/refbase.cpp @@ -352,7 +352,7 @@ void RefBase::DecStrongRef(const void *objectId) return; } - RefCounter *const refs = refs_; + RefCounter * const refs = refs_; const int curCount = refs->DecStrongRefCount(objectId); if (curCount == 1) { OnLastStrongRef(objectId);