Skip to content

Commit fcbab02

Browse files
Dan Liucdunn2001
Dan Liu
authored andcommitted
1 parent f4ee48b commit fcbab02

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)