Fixed remaining cpplint warnings

This commit is contained in:
Benoit Blanchon
2014-11-06 14:08:53 +01:00
parent d8e595907b
commit ac9b776aa1
9 changed files with 207 additions and 204 deletions

View File

@ -52,7 +52,7 @@ class JsonObject : public Internals::JsonPrintable<JsonObject>,
private:
// constructor is private, instance must be created via JsonBuffer
JsonObject(JsonBuffer *buffer) : List(buffer) {}
explicit JsonObject(JsonBuffer *buffer) : List(buffer) {}
JsonVariant &add(key_type key) { return (*this)[key]; }