commit | 93ba893c20532990a430741e0a97212900094e8c | [log] [tgz] |
---|---|---|
author | Brian Carlstrom <bdc@google.com> | Wed Jul 17 21:31:49 2013 -0700 |
committer | Brian Carlstrom <bdc@google.com> | Wed Jul 17 21:46:12 2013 -0700 |
tree | 019990a1957562c1f573c77297df5923cce98f47 | |
parent | b1eba213afaf7fa6445de863ddc9680ab99762ea [diff] [blame] |
Fix cpplint runtime/explicit issues Change-Id: I352ba0b427f1ff9b22887693952b180eae0839ba
diff --git a/runtime/gc/accounting/space_bitmap.h b/runtime/gc/accounting/space_bitmap.h index 32ab440..5a1bfe3 100644 --- a/runtime/gc/accounting/space_bitmap.h +++ b/runtime/gc/accounting/space_bitmap.h
@@ -244,7 +244,7 @@ } } - SpaceSetMap(const std::string& name) : name_(name) {} + explicit SpaceSetMap(const std::string& name) : name_(name) {} ~SpaceSetMap() {} Objects& GetObjects() {