commit | 0ea7d61fa1a652d8eb63673c4a1c6e4dd96dc7cc | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Tue Apr 26 18:05:23 2011 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Apr 26 18:05:23 2011 -0700 |
tree | 0051cc7656f6c5a823f84561aaa14e4e3f2c1915 | |
parent | a88c78d995b3c2173ea1a66a26275297d71fbb22 [diff] | |
parent | 3cd5a117083e6a53b9946e8c316377658ab79b3d [diff] |
Merge "Report errors when eglCreateImageKHR fails"
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