summaryrefslogtreecommitdiffstats
path: root/Panel.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 /Panel.h
parent08d85e61435e43ade490ecef16437f93c0d88bed (diff)
Mark Object instances const
Diffstat (limited to 'Panel.h')
-rw-r--r--Panel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Panel.h b/Panel.h
index 7c4a6f2f..4b28c42d 100644
--- a/Panel.h
+++ b/Panel.h
@@ -60,7 +60,7 @@ struct Panel_ {
#define KEY_CTRL(l) ((l)-'A'+1)
-extern PanelClass Panel_class;
+extern const PanelClass Panel_class;
Panel* Panel_new(int x, int y, int w, int h, bool owner, const ObjectClass* type, FunctionBar* fuBar);

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