mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-23 08:31:43 +02:00
style fixes
This commit is contained in:
@@ -24,7 +24,6 @@ namespace Poco {
|
||||
namespace JSON {
|
||||
|
||||
|
||||
|
||||
Object::Object(int options):
|
||||
_preserveInsOrder((options & Poco::JSON_PRESERVE_KEY_ORDER) != 0),
|
||||
_escapeUnicode((options & Poco::JSON_ESCAPE_UNICODE) != 0),
|
||||
|
@@ -26,7 +26,10 @@
|
||||
#include <istream>
|
||||
#include "pdjson.h"
|
||||
|
||||
|
||||
typedef struct json_stream json_stream;
|
||||
|
||||
|
||||
namespace Poco {
|
||||
namespace JSON {
|
||||
|
||||
|
Reference in New Issue
Block a user