We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a9e53b3 + fe805ea commit a523e08Copy full SHA for a523e08
lib/univalue_utffilter.h
@@ -13,7 +13,7 @@
13
class JSONUTF8StringFilter
14
{
15
public:
16
- JSONUTF8StringFilter(std::string &s):
+ explicit JSONUTF8StringFilter(std::string &s):
17
str(s), is_valid(true), codepoint(0), state(0), surpair(0)
18
19
}
0 commit comments