Merge "may fix build on some version of gcc"

This commit is contained in:
Mathias Agopian 2011-06-14 11:51:24 -07:00 committed by Android (Google) Code Review
commit f852a4522f

View File

@ -119,6 +119,7 @@ public:
// used to override the RefBase destruction.
class Destroyer {
friend class RefBase;
friend class weakref_type;
public:
virtual ~Destroyer();
private: