Fix compilation error

This commit is contained in:
Milo Yip 2015-05-11 10:21:11 +08:00
parent 3f1e2c4003
commit f788702147

View File

@ -848,8 +848,8 @@ private:
static const size_t kCount = 4; static const size_t kCount = 4;
SchemaDocument* sd_[kCount]; SchemaDocument* sd_[kCount];
typename Document::AllocatorType documentAllocator_; Document::AllocatorType documentAllocator_;
typename SchemaDocument::AllocatorType schemaAllocator_; SchemaDocument::AllocatorType schemaAllocator_;
}; };
TEST(SchemaValidator, TestSuite) { TEST(SchemaValidator, TestSuite) {