commit | 2d904f106b101aadb78c910a919ef1a78dba60da | [log] [tgz] |
---|---|---|
author | Conley Owens <cco3@android.com> | Tue Apr 26 14:36:48 2011 -0700 |
committer | Android Code Review <code-review@android.com> | Tue Apr 26 14:36:48 2011 -0700 |
tree | c9cf2fa3c1b62c103925a48b19cd72e069e477da | |
parent | c364113a1b17211c1956b262c06e5c4f9061638c [diff] | |
parent | d59b5d0087c103db6bffd3cd84565ebf7fa0bb27 [diff] |
Merge "Load mnc/mcc configuration value from SIM (KDDI-CDMA)"
diff --git a/libs/utils/RefBase.cpp b/libs/utils/RefBase.cpp index 0bd1af4..d28b751 100644 --- a/libs/utils/RefBase.cpp +++ b/libs/utils/RefBase.cpp
@@ -480,7 +480,7 @@ void RefBase::weakref_type::trackMe(bool enable, bool retain) { - static_cast<const weakref_impl*>(this)->trackMe(enable, retain); + static_cast<weakref_impl*>(this)->trackMe(enable, retain); } RefBase::weakref_type* RefBase::createWeak(const void* id) const