Fix compilation error

This commit is contained in:
miloyip 2015-05-09 22:49:36 +08:00
parent 44fbf9c174
commit 8f5405a939

View File

@ -152,7 +152,7 @@ public:
typedef typename EncodingType::Ch Ch;
typedef SchemaValidationContext<SchemaDocumentType> Context;
typedef Schema<SchemaDocumentType> SchemaType;
friend SchemaDocumentType;
friend class GenericSchemaDocument<ValueType, AllocatorType>;
Schema(SchemaDocumentType* document, const PointerType& p, const ValueType& value) :
not_(),