Skip to content

Commit

Permalink
int -> size_t
Browse files Browse the repository at this point in the history
  • Loading branch information
burner committed Aug 2, 2019
1 parent a5573d5 commit 2da6281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/graphql/graphql.d
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 2da6281

Please sign in to comment.