Skip to content

Commit 26ef07e

Browse files
authored
Merge pull request #127 from Geod24/previewin
Correct prototype of _d_newclass
2 parents 6857b30 + 3051c0f commit 26ef07e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/msgpack/unpacker.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import std.container;
1515

1616

1717
// for unpack without calling constructor
18-
private extern(C) Object _d_newclass(in ClassInfo);
18+
private extern(C) Object _d_newclass(const ClassInfo);
1919

2020

2121
/**

0 commit comments

Comments
 (0)