commit | ae7083dac2db59dcdef869e35ac44a039d888ee9 | [log] [tgz] |
---|---|---|
author | Brian Carlstrom <bdc@google.com> | Mon Feb 24 21:56:02 2014 -0800 |
committer | Brian Carlstrom <bdc@google.com> | Mon Feb 24 21:56:02 2014 -0800 |
tree | 65bbdbb112006237f9daeee9fd47f69a3e678f0d | |
parent | fffb0b7e23796e5470f4fab4611f2fcc4a16979c [diff] [blame] |
Add additional const Change-Id: Ibf60cd4cfbb445189efe2439899f2a7084f1ea63
diff --git a/compiler/driver/compiler_callbacks_impl.h b/compiler/driver/compiler_callbacks_impl.h index ab57832..fd2cd4a 100644 --- a/compiler/driver/compiler_callbacks_impl.h +++ b/compiler/driver/compiler_callbacks_impl.h
@@ -50,8 +50,8 @@ } private: - VerificationResults* verification_results_; - DexFileToMethodInlinerMap* method_inliner_map_; + VerificationResults* const verification_results_; + DexFileToMethodInlinerMap* const method_inliner_map_; }; } // namespace art