aboutsummaryrefslogtreecommitdiff
path: root/devel/rapidjson/files/patch-include_rapidjson_schema.h
blob: a07c8e9cd02e2213482fb525195c8ef8da9cdacb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- include/rapidjson/schema.h.orig	2016-08-25 07:59:05 UTC
+++ include/rapidjson/schema.h
@@ -379,7 +379,6 @@ class Schema { (public)
         exclusiveMinimum_(false),
         exclusiveMaximum_(false)
     {
-        typedef typename SchemaDocumentType::ValueType ValueType;
         typedef typename ValueType::ConstValueIterator ConstValueIterator;
         typedef typename ValueType::ConstMemberIterator ConstMemberIterator;