diff options
| author | 2011-06-14 13:26:38 -0700 | |
|---|---|---|
| committer | 2011-06-14 13:26:38 -0700 | |
| commit | a9007fbdae6671f66535da4b9dad04b19aaf9186 (patch) | |
| tree | e26db2ca4b11051debae729df55fde789346bb42 /include/utils | |
| parent | 74c48f2b2b7084e1bfddb2dddf7587b0cf821ea6 (diff) | |
| parent | 69b4587bfbb3e98f793959d9123340360fa233a2 (diff) | |
am 69b4587b: DO NOT MERGE. may fix build on some version of gcc
* commit '69b4587bfbb3e98f793959d9123340360fa233a2':
DO NOT MERGE. may fix build on some version of gcc
Diffstat (limited to 'include/utils')
| -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: |