Commit f7887021 authored by Milo Yip's avatar Milo Yip

Fix compilation error

parent 3f1e2c40
...@@ -848,8 +848,8 @@ private: ...@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment