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

Change-Id: Iff6d9ab3a7caf58f65fc3f60633a3bd577b7af25
This commit is contained in:
Mathias Agopian 2011-06-14 11:50:22 -07:00 committed by Dianne Hackborn
parent 8cb535b11d
commit 7b1ef58d56

View File

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