Skip to content

Commit

Permalink
one more try
Browse files Browse the repository at this point in the history
  • Loading branch information
burner committed Jul 18, 2023
1 parent 29ff969 commit 627a562
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/libxlsxd/worksheet.d
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ struct Worksheet {
}

void insertImageBuffer(RowType row, ColType col, const(ubyte)* buf,
size_t bufSize) @trusted
object.size_t bufSize) @trusted
{
enforce(worksheet_insert_image_buffer(this.handle, row,
col, buf, cast(c_ulong)bufSize
Expand All @@ -622,7 +622,7 @@ struct Worksheet {
}

void insertImageBufferOpt(RowType row, ColType col, const(ubyte)* buf,
size_t bufSize, lxw_image_options* options) @trusted
object.size_t bufSize, lxw_image_options* options) @trusted
{
enforce(worksheet_insert_image_buffer_opt(this.handle, row,
col, buf, cast(c_ulong)bufSize, options
Expand Down

0 comments on commit 627a562

Please sign in to comment.