diff options
| author | 2014-05-07 09:18:12 +0000 | |
|---|---|---|
| committer | 2014-05-07 09:18:13 +0000 | |
| commit | 91152bc2ab6e60add80dd017e30e57dce40a8ae0 (patch) | |
| tree | fb85fa9507464242bb9939223b17d60048e87517 /compiler/utils | |
| parent | 7189fee4268c70d7ed0151e988ff7c7cd85f2a30 (diff) | |
| parent | f8c762b8cbd4a223c697d7e7bdb976fb39224cb8 (diff) | |
Merge "ART: ChildBlockIterator Implementation"
Diffstat (limited to 'compiler/utils')
| -rw-r--r-- | compiler/utils/growable_array.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/utils/growable_array.h b/compiler/utils/growable_array.h index 659b4f76a0..e703d8e25a 100644 --- a/compiler/utils/growable_array.h +++ b/compiler/utils/growable_array.h @@ -78,7 +78,7 @@ class GrowableArray { private: size_t idx_; - GrowableArray* const g_list_; + GrowableArray* g_list_; }; GrowableArray(ArenaAllocator* arena, size_t init_length, OatListKind kind = kGrowableArrayMisc) |