summaryrefslogtreecommitdiff
path: root/compiler/utils
diff options
context:
space:
mode:
author Vladimir Marko <vmarko@google.com> 2014-05-07 09:18:12 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2014-05-07 09:18:13 +0000
commit91152bc2ab6e60add80dd017e30e57dce40a8ae0 (patch)
treefb85fa9507464242bb9939223b17d60048e87517 /compiler/utils
parent7189fee4268c70d7ed0151e988ff7c7cd85f2a30 (diff)
parentf8c762b8cbd4a223c697d7e7bdb976fb39224cb8 (diff)
Merge "ART: ChildBlockIterator Implementation"
Diffstat (limited to 'compiler/utils')
-rw-r--r--compiler/utils/growable_array.h2
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)