From 08d85e61435e43ade490ecef16437f93c0d88bed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Sun, 4 Oct 2020 17:55:08 +0200 Subject: Mark Object classes and Object class fields const --- Object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Object.c') diff --git a/Object.c b/Object.c index 6f16009a..97e913e6 100644 --- a/Object.c +++ b/Object.c @@ -8,7 +8,7 @@ in the source distribution for its full text. #include "Object.h" -ObjectClass Object_class = { +const ObjectClass Object_class = { .extends = NULL }; -- cgit v1.2.3