diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/grid.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -92,7 +92,7 @@ auto Grid<T>::width() const -> Index { return _width; } - + template <typename T> auto Grid<T>::height() const -> Index { |