summaryrefslogtreecommitdiffstats
path: root/ColorsPanel.h
diff options
context:
space:
mode:
Diffstat (limited to 'ColorsPanel.h')
-rw-r--r--ColorsPanel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ColorsPanel.h b/ColorsPanel.h
index 61b89c0c..10dcb50d 100644
--- a/ColorsPanel.h
+++ b/ColorsPanel.h
@@ -27,6 +27,8 @@ typedef struct ColorsPanel_ {
} ColorsPanel;
+extern PanelClass ColorsPanel_class;
+
ColorsPanel* ColorsPanel_new(Settings* settings, ScreenManager* scr);
#endif