commit | f852a4522f7e0d61a1048bbbd344c09f1cef1f15 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Tue Jun 14 11:51:24 2011 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Jun 14 11:51:24 2011 -0700 |
tree | 0976e2f4b81d6c2d371ae0528056c4c928608d42 | |
parent | 06e114816b327b2a07512ad8eee3ab302e0d0eac [diff] | |
parent | 7a87ec7115882134a00ed04792b488e53172e707 [diff] |
Merge "may fix build on some version of gcc"
diff --git a/include/utils/RefBase.h b/include/utils/RefBase.h index f8c3216..ca17082 100644 --- a/include/utils/RefBase.h +++ b/include/utils/RefBase.h
@@ -119,6 +119,7 @@ // used to override the RefBase destruction. class Destroyer { friend class RefBase; + friend class weakref_type; public: virtual ~Destroyer(); private: