Skip to content

Commit

Permalink
Merge pull request #127 from Geod24/previewin
Browse files Browse the repository at this point in the history
Correct prototype of _d_newclass
  • Loading branch information
lempiji authored Mar 18, 2023
2 parents 6857b30 + 3051c0f commit 26ef07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/msgpack/unpacker.d
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import std.container;


// for unpack without calling constructor
private extern(C) Object _d_newclass(in ClassInfo);
private extern(C) Object _d_newclass(const ClassInfo);


/**
Expand Down

0 comments on commit 26ef07e

Please sign in to comment.