diff options
author | Mathias Agopian <mathias@google.com> | 2011-06-14 11:50:22 -0700 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2011-06-14 11:50:22 -0700 |
commit | f1df0407c6c399cdc9e222efe2d50176d7853100 (patch) | |
tree | a134fb5b75f7d3fb0a742082d4d748cc30a8f879 /include | |
parent | 2714abff5cc50b1487c0979c99cc685f5ea113b1 (diff) | |
download | frameworks_base-f1df0407c6c399cdc9e222efe2d50176d7853100.zip frameworks_base-f1df0407c6c399cdc9e222efe2d50176d7853100.tar.gz frameworks_base-f1df0407c6c399cdc9e222efe2d50176d7853100.tar.bz2 |
may fix build on some version of gcc
Change-Id: Ia88787c0432ec84d51fe505fd6a2b6f98ebe8f33
Diffstat (limited to 'include')
-rw-r--r-- | include/utils/RefBase.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/utils/RefBase.h b/include/utils/RefBase.h index f8c3216..ca17082 100644 --- a/include/utils/RefBase.h +++ b/include/utils/RefBase.h @@ -119,6 +119,7 @@ public: // used to override the RefBase destruction. class Destroyer { friend class RefBase; + friend class weakref_type; public: virtual ~Destroyer(); private: |