diff options
author | 2015-05-03 15:20:23 -0700 | |
---|---|---|
committer | 2015-05-03 15:20:23 -0700 | |
commit | 3130cdf29eb203be0c38d1107a65d920ec39c106 (patch) | |
tree | 0b4093afe3f71d89b22f6ba927ad05946fb33910 /runtime/gc/reference_queue.h | |
parent | 25dcb2594a21a565ef82faa66a79bcf595c3a780 (diff) |
Add some more DISALLOW_COPY_AND_ASSIGN
May help prevent bugs maybe.
Change-Id: Ie73d469dfcd078492ecb3aa28682b42707221202
Diffstat (limited to 'runtime/gc/reference_queue.h')
-rw-r--r-- | runtime/gc/reference_queue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/gc/reference_queue.h b/runtime/gc/reference_queue.h index f7d89d0543..c45be8591f 100644 --- a/runtime/gc/reference_queue.h +++ b/runtime/gc/reference_queue.h @@ -106,7 +106,7 @@ class ReferenceQueue { // GC types. mirror::Reference* list_; - DISALLOW_COPY_AND_ASSIGN(ReferenceQueue); + DISALLOW_IMPLICIT_CONSTRUCTORS(ReferenceQueue); }; } // namespace gc |