summaryrefslogtreecommitdiffstats
path: root/Process.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 /Process.h
parent08d85e61435e43ade490ecef16437f93c0d88bed (diff)
Mark Object instances const
Diffstat (limited to 'Process.h')
-rw-r--r--Process.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Process.h b/Process.h
index 2ff7f5e0..beca4f25 100644
--- a/Process.h
+++ b/Process.h
@@ -162,7 +162,7 @@ void Process_display(Object* cast, RichString* out);
void Process_done(Process* this);
-extern ProcessClass Process_class;
+extern const ProcessClass Process_class;
void Process_init(Process* this, struct Settings_* settings);

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