diff --git a/source/graphql/graphql.d b/source/graphql/graphql.d index 701714de..77c18b11 100644 --- a/source/graphql/graphql.d +++ b/source/graphql/graphql.d @@ -36,7 +36,7 @@ struct DefaultContext { } class GQLDExecutionException : Exception { - this(string msg, string f = __FILE__, int l = __LINE__) { + this(string msg, string f = __FILE__, size_t l = __LINE__) { super(msg, f, l); this.line = l; }