From 73bfd66285f1697abd3cffce4b12e09df814ecce Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Mon, 28 Jan 2019 19:34:06 +0100 Subject: Integrate clicky-kit with DOM to get click colours, image and image map from the drumkit xml. --- src/grid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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::width() const -> Index { return _width; } - + template auto Grid::height() const -> Index { -- cgit v1.2.3