commit | ec15afca08fcc342d6f22cf02a21975af13091cf | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Tue Jun 14 11:50:22 2011 -0700 |
committer | Xavier Ducrohet <xav@android.com> | Thu Jun 16 18:26:14 2011 -0700 |
tree | 3163f1bee8e9bb66011950745aaeaf507c578036 | |
parent | d76baeb4d836c33cc68cbb0c2e237c066f368529 [diff] [blame] |
DO NOT MERGE. may fix build on some version of gcc Change-Id: Id99d390862731fd3fbc009dbffdf1d2a59dbe348
diff --git a/include/utils/RefBase.h b/include/utils/RefBase.h index d92cfb0..0af7e6a 100644 --- a/include/utils/RefBase.h +++ b/include/utils/RefBase.h
@@ -115,6 +115,7 @@ // used to override the RefBase destruction. class Destroyer { friend class RefBase; + friend class weakref_type; public: virtual ~Destroyer(); private: