Skip to content

Commit 7e93a82

Browse files
gzliudancdunn2001
gzliudan
authored andcommitted
fix crash for "C++ Builder" IDE
1 parent f4ee48b commit 7e93a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/json/value.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ class JSON_API Value {
211211
void swap(CZString& other);
212212

213213
struct StringStorage {
214-
DuplicationPolicy policy_: 2;
214+
unsigned policy_: 2;
215215
unsigned length_: 30; // 1GB max
216216
};
217217

0 commit comments

Comments
 (0)