diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2019-01-28 19:34:06 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2019-02-03 16:05:58 +0100 |
commit | 73bfd66285f1697abd3cffce4b12e09df814ecce (patch) | |
tree | 8fe987f94fe7a7657ab23d1ac255e8ed83e8128c /src/grid.h | |
parent | cd8c6ffd87e8c53724d608c4084305c67c371548 (diff) |
Integrate clicky-kit with DOM to get click colours, image and image map from the drumkit xml.
Diffstat (limited to 'src/grid.h')
-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 { |