Showing with 1 addition and 1 deletion.
  1. +1 −1 std/utf.d
2 changes: 1 addition & 1 deletion std/utf.d
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class UTFException : Exception
size_t len;

@safe pure nothrow @nogc
UTFException setSequence(uint[] data...)
UTFException setSequence(scope uint[] data...)
{
assert(data.length <= 4);

Expand Down