diff options
Diffstat (limited to 'src/JsonUtils.h')
-rw-r--r-- | src/JsonUtils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/JsonUtils.h b/src/JsonUtils.h index fc35e9f0a..aa2427148 100644 --- a/src/JsonUtils.h +++ b/src/JsonUtils.h @@ -17,4 +17,4 @@ bool ParseString(const AString & a_JsonStr, Json::Value & a_Root, AString * a_Er /** Creates a Json string representing an object with the specified single value. */ extern AString SerializeSingleValueJsonObject(const AString & a_Key, const AString & a_Value); -} +} // namespace JsonUtils |