Skip to content

Commit 0739a3e

Browse files
committed
Fix gcc compilation error in sortkeys
1 parent f595f8a commit 0739a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/sortkeys/sortkeys.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ struct NameComparator {
2626
};
2727

2828
int main() {
29-
Document d = Document(kObjectType);
29+
Document d(kObjectType);
3030
Document::AllocatorType &allocator = d.GetAllocator();
3131

3232
d.AddMember("zeta", Value().SetBool(false), allocator);

0 commit comments

Comments
 (0)