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) {