summaryrefslogtreecommitdiffstats
path: root/Object.c
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-10-04 17:55:08 +0200
committercgzones <cgzones@googlemail.com>2020-10-07 13:01:53 +0200
commit08d85e61435e43ade490ecef16437f93c0d88bed (patch)
treefd7357e4a53f7786b5001ef128ffa8e473570f00 /Object.c
parent164051354f11c0426e09e4fa09feeca7de92e619 (diff)
Mark Object classes and Object class fields const
Diffstat (limited to 'Object.c')
-rw-r--r--Object.c2
1 files changed, 1 insertions, 1 deletions
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
};

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