From f78870214790d047863b38fe5fa776b0f79a56d0 Mon Sep 17 00:00:00 2001 From: Milo Yip Date: Mon, 11 May 2015 10:21:11 +0800 Subject: [PATCH] Fix compilation error --- test/unittest/schematest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/unittest/schematest.cpp b/test/unittest/schematest.cpp index 197013c..5be6fc2 100644 --- a/test/unittest/schematest.cpp +++ b/test/unittest/schematest.cpp @@ -848,8 +848,8 @@ private: static const size_t kCount = 4; SchemaDocument* sd_[kCount]; - typename Document::AllocatorType documentAllocator_; - typename SchemaDocument::AllocatorType schemaAllocator_; + Document::AllocatorType documentAllocator_; + SchemaDocument::AllocatorType schemaAllocator_; }; TEST(SchemaValidator, TestSuite) {