From b84f522ff2f2b40d57d658f774da7b2a313a981e Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Tue, 18 Feb 2014 10:18:47 +0000 Subject: Fix lint error. Change-Id: I40d7290d547275369449620509da759db2800935 --- compiler/compiler_backend.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'compiler/compiler_backend.h') 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_ -- cgit v1.2.3-59-g8ed1b