summaryrefslogtreecommitdiff
path: root/src/grid.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/grid.h')
-rw-r--r--src/grid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grid.h b/src/grid.h
index 85c7465..ecdcb22 100644
--- a/src/grid.h
+++ b/src/grid.h
@@ -92,7 +92,7 @@ auto Grid<T>::width() const -> Index
{
return _width;
}
-
+
template <typename T>
auto Grid<T>::height() const -> Index
{