From ec15afca08fcc342d6f22cf02a21975af13091cf Mon Sep 17 00:00:00 2001 From: Mathias Agopian Date: Tue, 14 Jun 2011 11:50:22 -0700 Subject: [PATCH] DO NOT MERGE. may fix build on some version of gcc Change-Id: Id99d390862731fd3fbc009dbffdf1d2a59dbe348 --- include/utils/RefBase.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/utils/RefBase.h b/include/utils/RefBase.h index d92cfb03d7189..0af7e6a0f496e 100644 --- a/include/utils/RefBase.h +++ b/include/utils/RefBase.h @@ -115,6 +115,7 @@ public: // used to override the RefBase destruction. class Destroyer { friend class RefBase; + friend class weakref_type; public: virtual ~Destroyer(); private: