diff --git a/test/unittest/schematest.cpp b/test/unittest/schematest.cpp index 951e9ff..9c78add 100644 --- a/test/unittest/schematest.cpp +++ b/test/unittest/schematest.cpp @@ -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;