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/jdwp/jdwp.h b/src/jdwp/jdwp.h index ad3d077..7bbc54f 100644 --- a/src/jdwp/jdwp.h +++ b/src/jdwp/jdwp.h
@@ -259,7 +259,7 @@ void UnregisterAll(); private: - JdwpState(const JdwpOptions* options); + explicit JdwpState(const JdwpOptions* options); bool InvokeInProgress(); bool IsConnected(); void SuspendByPolicy(JdwpSuspendPolicy suspendPolicy);