From 69b4587bfbb3e98f793959d9123340360fa233a2 Mon Sep 17 00:00:00 2001 From: Mathias Agopian Date: Tue, 14 Jun 2011 11:50:22 -0700 Subject: DO NOT MERGE. may fix build on some version of gcc Change-Id: Iff6d9ab3a7caf58f65fc3f60633a3bd577b7af25 --- include/utils/RefBase.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/utils/RefBase.h') diff --git a/include/utils/RefBase.h b/include/utils/RefBase.h index 4a41830..c0be597 100644 --- a/include/utils/RefBase.h +++ b/include/utils/RefBase.h @@ -120,6 +120,7 @@ public: // used to override the RefBase destruction. class Destroyer { friend class RefBase; + friend class weakref_type; public: virtual ~Destroyer(); private: -- cgit v1.1