Fix compilation error
This commit is contained in:
parent
3f1e2c4003
commit
f788702147
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user