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.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Process.c') diff --git a/Process.c b/Process.c index 07ea1382..ea703e4b 100644 --- a/Process.c +++ b/Process.c @@ -384,7 +384,7 @@ void Process_done(Process* this) { free(this->comm); } -ProcessClass Process_class = { +const ProcessClass Process_class = { .super = { .extends = Class(Object), .display = Process_display, -- cgit v1.2.3