From ba282cfe193719f4fe030ebdcd80519ae19ffca2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Mon, 5 Oct 2020 13:19:50 +0200 Subject: Mark Object instances const --- Process.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Process.h') 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); -- cgit v1.2.3