commit | ba8eee10607a524f43b55a6f33c13924fb16d435 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Jan 24 20:25:24 2012 -0800 |
committer | Elliott Hughes <enh@google.com> | Tue Jan 24 20:25:24 2012 -0800 |
tree | 45f3c3728bcaee9ff04baeaf1706693e677757bf | |
parent | 844f9a072454eb9dca1022299b6bf99ef4294008 [diff] [blame] |
Remove more lint. Change-Id: I48714db4169d9ea0536342809361210910ee2091
diff --git a/src/dex2oat.cc b/src/dex2oat.cc index 971fc09..096c694 100644 --- a/src/dex2oat.cc +++ b/src/dex2oat.cc
@@ -217,7 +217,7 @@ private: - Dex2Oat(Runtime* runtime) : runtime_(runtime) {} + explicit Dex2Oat(Runtime* runtime) : runtime_(runtime) {} static Runtime* CreateRuntime(Runtime::Options& options) { Runtime* runtime = Runtime::Create(options, false);