summaryrefslogtreecommitdiffstats
path: root/MainPanel.h
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-10-05 13:19:50 +0200
committercgzones <cgzones@googlemail.com>2020-10-07 13:01:53 +0200
commitba282cfe193719f4fe030ebdcd80519ae19ffca2 (patch)
treecef89de747bb4312f7d5903f19f73ee04503e5ec /MainPanel.h
parent08d85e61435e43ade490ecef16437f93c0d88bed (diff)
Mark Object instances const
Diffstat (limited to 'MainPanel.h')
-rw-r--r--MainPanel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MainPanel.h b/MainPanel.h
index 72790d3c..9e2da305 100644
--- a/MainPanel.h
+++ b/MainPanel.h
@@ -34,7 +34,7 @@ const char* MainPanel_getValue(MainPanel* this, int i);
bool MainPanel_foreachProcess(MainPanel* this, MainPanel_ForeachProcessFn fn, Arg arg, bool* wasAnyTagged);
-extern PanelClass MainPanel_class;
+extern const PanelClass MainPanel_class;
MainPanel* MainPanel_new(void);

© 2014-2024 Faster IT GmbH | imprint | privacy policy