Skip to content

Commit 23c6474

Browse files
committed
1 step towards dip1000
1 parent cfc7868 commit 23c6474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/mysql/escape.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ struct MysqlEscape ( Input )
4848
{
4949
Input input;
5050

51-
const void toString ( scope void delegate(const(char)[]) @safe sink )
51+
const void toString ( scope void delegate(scope const(char)[]) @safe sink )
5252
{
5353
mysql_escape(input, sink);
5454
}

0 commit comments

Comments
 (0)