diff options
| author | 2011-06-28 18:52:43 -0700 | |
|---|---|---|
| committer | 2011-06-28 18:52:43 -0700 | |
| commit | 54146a634e0e66a5e4732ba1a80079a1e93bdd8a (patch) | |
| tree | 05746b8db5d211a03ce519842e946a0a80d47035 | |
| parent | 2f9ad8b499cb150d5cdfe84a9795992c5dd42cff (diff) | |
| parent | ec15afca08fcc342d6f22cf02a21975af13091cf (diff) | |
Merge "DO NOT MERGE. may fix build on some version of gcc" into gingerbread
| -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: |