Skip to content

Commit 328b39c

Browse files
committed
fixup
1 parent 7cfc7cf commit 328b39c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/dmd/interop.d

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@ extern (C++) struct Darray(T)
2727
}
2828

2929
alias Dstring = Darray!char;
30+
alias Dcstring = Darray!(const(char));
31+

0 commit comments

Comments
 (0)