diff options
Diffstat (limited to 'compiler/driver/compiler_driver.h')
-rw-r--r-- | compiler/driver/compiler_driver.h | 6 |
1 files changed, 3 insertions, 3 deletions
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<const CallPatchInformation*> methods_to_patch_; std::vector<const TypePatchInformation*> 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<CompilerBackend> compiler_backend_; |