am 69b4587b: DO NOT MERGE. may fix build on some version of gcc

* commit '69b4587bfbb3e98f793959d9123340360fa233a2':
  DO NOT MERGE. may fix build on some version of gcc
This commit is contained in:
Mathias Agopian 2011-06-14 13:26:38 -07:00 committed by Android Git Automerger
commit 901d53f4d3

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: