We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfc7868 commit 23c6474Copy full SHA for 23c6474
source/mysql/escape.d
@@ -48,7 +48,7 @@ struct MysqlEscape ( Input )
48
{
49
Input input;
50
51
- const void toString ( scope void delegate(const(char)[]) @safe sink )
+ const void toString ( scope void delegate(scope const(char)[]) @safe sink )
52
53
mysql_escape(input, sink);
54
}
0 commit comments