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_driver.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'compiler/driver/compiler_driver.h') diff --git a/compiler/driver/compiler_driver.h b/compiler/driver/compiler_driver.h index 5009779bed..377eb6fa34 100644 --- a/compiler/driver/compiler_driver.h +++ b/compiler/driver/compiler_driver.h @@ -558,9 +558,9 @@ class CompilerDriver { std::vector methods_to_patch_; std::vector classes_to_patch_; - const CompilerOptions* compiler_options_; - VerificationResults* verification_results_; - DexFileToMethodInlinerMap* method_inliner_map_; + const CompilerOptions* const compiler_options_; + VerificationResults* const verification_results_; + DexFileToMethodInlinerMap* const method_inliner_map_; UniquePtr compiler_backend_; -- cgit v1.2.3-59-g8ed1b