mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 19:10:20 +01: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),
|
||||
|
||||
Reference in New Issue
Block a user