commit | 40b2edf77f316614a4176e98d582b34f46977ef4 | [log] [tgz] |
---|---|---|
author | Romain Guy <romainguy@google.com> | Tue Apr 26 14:04:59 2011 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Apr 26 14:04:59 2011 -0700 |
tree | 132d3408358cea6defb87346b5957661047072ca | |
parent | 74f80609af69592e2b6cfd910a888c6a306c8c52 [diff] | |
parent | 90cd4e790d36c854d2c5788829c20815fa602081 [diff] |
Merge "Update shader text to test with drop shadows."
diff --git a/libs/utils/RefBase.cpp b/libs/utils/RefBase.cpp index bb6c125..2034486 100644 --- a/libs/utils/RefBase.cpp +++ b/libs/utils/RefBase.cpp
@@ -524,7 +524,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