Skip to content

Commit

Permalink
fix crash for "C++ Builder" IDE
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Liu authored and cdunn2001 committed Apr 28, 2015
1 parent f4ee48b commit fcbab02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/json/value.h
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ class JSON_API Value {
void swap(CZString& other);

struct StringStorage {
DuplicationPolicy policy_: 2;
unsigned policy_: 2;
unsigned length_: 30; // 1GB max
};

Expand Down

0 comments on commit fcbab02

Please sign in to comment.