From 401e98269e859ba2fce1350428a96d53b82b4cad Mon Sep 17 00:00:00 2001 From: Christopher Dunn Date: Fri, 6 Mar 2015 16:11:41 -0600 Subject: [PATCH] old-style enum namespacing --- src/test_lib_json/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test_lib_json/main.cpp b/src/test_lib_json/main.cpp index c1960a9..c7d938e 100644 --- a/src/test_lib_json/main.cpp +++ b/src/test_lib_json/main.cpp @@ -1543,7 +1543,7 @@ JSONTEST_FIXTURE(ValueTest, StaticString) { JSONTEST_FIXTURE(ValueTest, CommentBefore) { Json::Value val; // fill val - val.setComment("// this comment should appear before", Json::CommentPlacement::commentBefore); + val.setComment("// this comment should appear before", Json::commentBefore); Json::StreamWriterBuilder wbuilder; wbuilder.settings_["commentStyle"] = "All"; {