mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 19:10:20 +01:00
committed by
Alex Fabijanic
parent
bd81aec779
commit
fbd229ee4a
@@ -26,8 +26,8 @@ namespace JSON {
|
||||
|
||||
|
||||
Object::Object(int options):
|
||||
_preserveInsOrder(options & JSON_PRESERVE_KEY_ORDER),
|
||||
_escapeUnicode(options & JSON_ESCAPE_UNICODE),
|
||||
_preserveInsOrder(options & Poco::JSON_PRESERVE_KEY_ORDER),
|
||||
_escapeUnicode(options & Poco::JSON_ESCAPE_UNICODE),
|
||||
_modified(false)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user