summaryrefslogtreecommitdiffstats
path: root/CategoriesPanel.h
diff options
context:
space:
mode:
Diffstat (limited to 'CategoriesPanel.h')
-rw-r--r--CategoriesPanel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/CategoriesPanel.h b/CategoriesPanel.h
index 1311fe2e..9d30330f 100644
--- a/CategoriesPanel.h
+++ b/CategoriesPanel.h
@@ -23,6 +23,8 @@ typedef struct CategoriesPanel_ {
void CategoriesPanel_makeMetersPage(CategoriesPanel* this);
+extern PanelClass CategoriesPanel_class;
+
CategoriesPanel* CategoriesPanel_new(Settings* settings, ScreenManager* scr);
#endif