Mark remaining classes const

This commit is contained in:
Christian Göttsche
2020-10-13 14:35:30 +02:00
committed by cgzones
parent 5cc20e7cb2
commit 7af06659e2
19 changed files with 30 additions and 34 deletions

View File

@ -16,7 +16,7 @@ in the source distribution for its full text.
#include <mach/mach.h>
ProcessClass DarwinProcess_class = {
const ProcessClass DarwinProcess_class = {
.super = {
.extends = Class(Process),
.display = Process_display,