summaryrefslogtreecommitdiff
path: root/compiler/compiler_backend.h
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2014-02-18 10:29:11 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2014-02-18 10:29:11 +0000
commitb87fca834f1b5189f1f818b3849b6f0de1548ece (patch)
tree519ab20e3527b3f6ffa2b48d8f7fdb9929859c39 /compiler/compiler_backend.h
parentdf8d416733642347c92ae2b4175b8fd0af401f31 (diff)
parentb84f522ff2f2b40d57d658f774da7b2a313a981e (diff)
Merge "Fix lint error."
Diffstat (limited to 'compiler/compiler_backend.h')
-rw-r--r--compiler/compiler_backend.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/compiler_backend.h b/compiler/compiler_backend.h
index 5ebeef1e7f..b20c125f0a 100644
--- a/compiler/compiler_backend.h
+++ b/compiler/compiler_backend.h
@@ -40,7 +40,7 @@ class CompilerBackend {
kPortable
};
- CompilerBackend(int warning)
+ explicit CompilerBackend(int warning)
: maximum_compilation_time_before_warning_(warning) {}
static CompilerBackend* Create(Kind kind);
@@ -93,4 +93,4 @@ class CompilerBackend {
} // namespace art
-#endif // ART_COMPILER_DRIVER_COMPILER_BACKEND_H_
+#endif // ART_COMPILER_COMPILER_BACKEND_H_