@@ -99,6 +99,7 @@ class Row {
public:
Row(int cols_count);
Row(const Row &other);
Row& operator=(Row other);
void setColumnValue(int col_index, int value);
void setColumnValue(int col_index, double value);
The note is not visible to the blocked user.