Fix gcc compilation error in sortkeys
This commit is contained in:
parent
f595f8a6a5
commit
0739a3e88b
@ -26,7 +26,7 @@ struct NameComparator {
|
||||
};
|
||||
|
||||
int main() {
|
||||
Document d = Document(kObjectType);
|
||||
Document d(kObjectType);
|
||||
Document::AllocatorType &allocator = d.GetAllocator();
|
||||
|
||||
d.AddMember("zeta", Value().SetBool(false), allocator);
|
||||
|
Loading…
x
Reference in New Issue
Block a user