From 7b1ef58d56eb97032a0d3a6aef1dcf4894391868 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: Iff6d9ab3a7caf58f65fc3f60633a3bd577b7af25 --- include/utils/RefBase.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/utils/RefBase.h b/include/utils/RefBase.h index 4a418301b..c0be59757 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: