From 3ffac19f2576b149775d4b935923d69577bec795 Mon Sep 17 00:00:00 2001 From: miloyip Date: Thu, 21 May 2015 16:20:49 +0800 Subject: [PATCH] Fix compilation in schema test --- test/unittest/schematest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unittest/schematest.cpp b/test/unittest/schematest.cpp index 6a95d0c9..407c4eb0 100644 --- a/test/unittest/schematest.cpp +++ b/test/unittest/schematest.cpp @@ -837,7 +837,7 @@ TEST(SchemaValidator, AllOf_Nested) { INVALIDATE(s, "123", "", "allOf", ""); } -template +template static char* ReadFile(const char* filename, Allocator& allocator) { const char *paths[] = { "%s",