summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_callbacks_impl.h
diff options
context:
space:
mode:
author Brian Carlstrom <bdc@google.com> 2014-02-25 06:02:43 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2014-02-25 06:02:43 +0000
commitbdbc11899d04b284c0ec4b055e1a009c7034aaa5 (patch)
tree65bbdbb112006237f9daeee9fd47f69a3e678f0d /compiler/driver/compiler_callbacks_impl.h
parentfffb0b7e23796e5470f4fab4611f2fcc4a16979c (diff)
parentae7083dac2db59dcdef869e35ac44a039d888ee9 (diff)
Merge "Add additional const"
Diffstat (limited to 'compiler/driver/compiler_callbacks_impl.h')
-rw-r--r--compiler/driver/compiler_callbacks_impl.h4
1 files changed, 2 insertions, 2 deletions
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