diff options
| author | 2011-06-14 11:50:22 -0700 | |
|---|---|---|
| committer | 2011-07-27 11:31:57 -0700 | |
| commit | 913a5a3cc600b496da937010160cd326bd98798f (patch) | |
| tree | 29f4c9e14d4b165b4334091f6f5497c9e1cce960 | |
| parent | b0878223db87700cdc988a6d9197ca4e3c4772db (diff) | |
DO NOT MERGE. may fix build on some version of gcc
Change-Id: Id99d390862731fd3fbc009dbffdf1d2a59dbe348
| -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 d92cfb03d718..0af7e6a0f496 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: |