Merge "DO NOT MERGE. may fix build on some version of gcc"

This commit is contained in:
Xavier Ducrohet 2011-07-27 13:45:05 -07:00 committed by Android Code Review
commit 060c1a8f1a

View File

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