commit | 7a87ec7115882134a00ed04792b488e53172e707 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Tue Jun 14 11:50:22 2011 -0700 |
committer | Mathias Agopian <mathias@google.com> | Tue Jun 14 11:50:22 2011 -0700 |
tree | 0976e2f4b81d6c2d371ae0528056c4c928608d42 | |
parent | 67446ccaecd716244366af603cfbe404276601f8 [diff] [blame] |
may fix build on some version of gcc Change-Id: Ia88787c0432ec84d51fe505fd6a2b6f98ebe8f33
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: