From ae7083dac2db59dcdef869e35ac44a039d888ee9 Mon Sep 17 00:00:00 2001 From: Brian Carlstrom Date: Mon, 24 Feb 2014 21:56:02 -0800 Subject: Add additional const Change-Id: Ibf60cd4cfbb445189efe2439899f2a7084f1ea63 --- compiler/driver/compiler_callbacks_impl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'compiler/driver/compiler_callbacks_impl.h') diff --git a/compiler/driver/compiler_callbacks_impl.h b/compiler/driver/compiler_callbacks_impl.h index ab57832961..fd2cd4a31d 100644 --- a/compiler/driver/compiler_callbacks_impl.h +++ b/compiler/driver/compiler_callbacks_impl.h @@ -50,8 +50,8 @@ class CompilerCallbacksImpl : public CompilerCallbacks { } private: - VerificationResults* verification_results_; - DexFileToMethodInlinerMap* method_inliner_map_; + VerificationResults* const verification_results_; + DexFileToMethodInlinerMap* const method_inliner_map_; }; } // namespace art -- cgit v1.2.3-59-g8ed1b