summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2019-01-28 19:34:06 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2019-02-03 16:05:58 +0100
commit73bfd66285f1697abd3cffce4b12e09df814ecce (patch)
tree8fe987f94fe7a7657ab23d1ac255e8ed83e8128c /src
parentcd8c6ffd87e8c53724d608c4084305c67c371548 (diff)
Integrate clicky-kit with DOM to get click colours, image and image map from the drumkit xml.
Diffstat (limited to 'src')
-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
{