diff options
Diffstat (limited to 'libc/malloc_debug/Config.cpp')
-rw-r--r-- | libc/malloc_debug/Config.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/malloc_debug/Config.cpp b/libc/malloc_debug/Config.cpp index cc600861f..6220a233a 100644 --- a/libc/malloc_debug/Config.cpp +++ b/libc/malloc_debug/Config.cpp @@ -84,7 +84,7 @@ struct Feature { class PropertyParser { public: - PropertyParser(const char* property) : cur_(property) {} + explicit PropertyParser(const char* property) : cur_(property) {} bool Get(std::string* property, size_t* value, bool* value_set); |