Skip to content

Commit

Permalink
Place ru with this.ru in Row(T).this
Browse files Browse the repository at this point in the history
  • Loading branch information
nordlow committed Jul 25, 2022
1 parent 7f34132 commit f45a696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/xlsxreader.d
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ struct Row(T) {
T front;

this(Sheet* sheet, size_t row, size_t startColumn, size_t endColumn) {
ru = RowUntyped(sheet, row, startColumn, endColumn);
this.ru = RowUntyped(sheet, row, startColumn, endColumn);
read();
}

Expand Down

0 comments on commit f45a696

Please sign in to comment.