commit | 0151ac8945216bb6c7ae23b6a7e449e5ede8a69c | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Tue Jun 14 11:50:22 2011 -0700 |
committer | Alex Ray <aray@google.com> | Tue Jul 30 13:56:57 2013 -0700 |
tree | ec1160244d799eab869ab7f65aabe26943df4ef2 | |
parent | 47f48572db6a5b4b1b890f93f07ff2bd7c7dc95c [diff] |
may fix build on some version of gcc Change-Id: Ia88787c0432ec84d51fe505fd6a2b6f98ebe8f33
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 @@ // used to override the RefBase destruction. class Destroyer { friend class RefBase; + friend class weakref_type; public: virtual ~Destroyer(); private: