plugins/Colormap: Make DefaultColormap.install() public

It was always intended to be public - it is even documented as such! -, but was
mistakenly left private.

Signed-off-by: Gergely Nagy <algernon@keyboard.io>
pull/1216/head
Gergely Nagy 2 years ago
parent 51b272e598
commit 9d0dddb79a
No known key found for this signature in database
GPG Key ID: AC1E90BAC433F68F

@ -85,11 +85,9 @@ extern uint8_t colormap_layers;
class DefaultColormap : public Plugin {
public:
static void setup();
static void install();
EventHandlerResult onFocusEvent(const char *command);
private:
static void install();
};
} // namespace plugin

Loading…
Cancel
Save