Commit f8c8c32b authored by Christian Semmler's avatar Christian Semmler

fix C++03 compatibility

parent c8530d02
......@@ -2015,7 +2015,7 @@ TEST(SchemaValidator, Ref_remote_issue1210) {
return collection[i];
}
};
SchemaDocument* collection[] { 0, 0, 0 };
SchemaDocument* collection[] = { 0, 0, 0 };
SchemaDocumentProvider provider(collection);
Document x, y, z;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment