diff options
| author | 2011-06-14 13:30:34 -0700 | |
|---|---|---|
| committer | 2011-06-14 13:30:34 -0700 | |
| commit | 9ee3975883cc4356d7b44f4e86d8c61589d2f42c (patch) | |
| tree | b65457665ce65340c7f520b6e13973fbbe2e50fa | |
| parent | 8a73d211845671880b0d50fbb0c5caa065066c80 (diff) | |
| parent | a9007fbdae6671f66535da4b9dad04b19aaf9186 (diff) | |
am a9007fbd: am 69b4587b: DO NOT MERGE. may fix build on some version of gcc
* commit 'a9007fbdae6671f66535da4b9dad04b19aaf9186':
DO NOT MERGE. may fix build on some version of gcc
| -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 4a418301bf8e..c0be59757011 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: |