Skip to content

Commit 0cb13ea

Browse files
committed
Reomve unecessary 'const'
1 parent 69aeace commit 0cb13ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

speeduino/table3d_values.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ class table_value_iterator
126126
}
127127

128128
/** @brief Dereference the iterator to access a row of data */
129-
const table_row_iterator operator*(void) const
129+
table_row_iterator operator*(void) const
130130
{
131131
return table_row_iterator(pRowsStart, rowWidth);
132132
}

0 commit comments

Comments
 (0)