diff --git a/plugins/Kaleidoscope-Colormap-Overlay/src/kaleidoscope/plugin/Colormap-Overlay.h b/plugins/Kaleidoscope-Colormap-Overlay/src/kaleidoscope/plugin/Colormap-Overlay.h index 857694961..9b1bf25ce 100644 --- a/plugins/Kaleidoscope-Colormap-Overlay/src/kaleidoscope/plugin/Colormap-Overlay.h +++ b/plugins/Kaleidoscope-Colormap-Overlay/src/kaleidoscope/plugin/Colormap-Overlay.h @@ -78,7 +78,7 @@ class ColormapOverlay : public kaleidoscope::Plugin { private: static uint16_t map_base_; - Overlay* overlays_; + Overlay *overlays_; uint8_t overlay_count_; cRGB selectedColor;