Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
seleznevae committed Nov 17, 2018
1 parent d156488 commit 950b20b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/fort.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -607,8 +607,8 @@ class Table {
class table_row_iterator
{
public:
table_row_iterator(std::size_t row_idx, Table &table)
:row_idx_(row_idx), table_(table) {}
table_row_iterator(std::size_t row_idx, Table &tbl)
:row_idx_(row_idx), table_(tbl) {}

class table_cell_iterator
operator[](std::size_t coll_idx)
Expand Down

0 comments on commit 950b20b

Please sign in to comment.