From ba282cfe193719f4fe030ebdcd80519ae19ffca2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Mon, 5 Oct 2020 13:19:50 +0200 Subject: Mark Object instances const --- ColorsPanel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ColorsPanel.h') diff --git a/ColorsPanel.h b/ColorsPanel.h index 0f69e8f7..f63ca356 100644 --- a/ColorsPanel.h +++ b/ColorsPanel.h @@ -18,7 +18,7 @@ typedef struct ColorsPanel_ { ScreenManager* scr; } ColorsPanel; -extern PanelClass ColorsPanel_class; +extern const PanelClass ColorsPanel_class; ColorsPanel* ColorsPanel_new(Settings* settings, ScreenManager* scr); -- cgit v1.2.3