commit | ff17f1fd3ff32f93e45588eb2b158832d73f9afa | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Jan 24 18:12:29 2012 -0800 |
committer | Elliott Hughes <enh@google.com> | Tue Jan 24 18:12:29 2012 -0800 |
tree | deab04f6a2ad7f1dbaf0e6be266512d663e3dd91 | |
parent | a7679b67ca945194fa2442015e606cd250f0de2b [diff] [blame] |
Remove various bits of lint. Change-Id: I5f8f61766d2add7fd7ff40d463ea03cb20515988
diff --git a/src/context.h b/src/context.h index 75eb8ca..292ac84 100644 --- a/src/context.h +++ b/src/context.h
@@ -37,7 +37,7 @@ class VmapTable { public: - VmapTable(const uint16_t* table) : table_(table) { + explicit VmapTable(const uint16_t* table) : table_(table) { } uint16_t operator[](size_t i) const {