diff --git a/base/src/refbase.cpp b/base/src/refbase.cpp index a05709e0840ed79f2c59422b9de6d7d1acc7cb27..04bc98eed3db9c62ccd2217571d536162d302c51 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);