summaryrefslogtreecommitdiffstats
path: root/CommandScreen.h
diff options
context:
space:
mode:
Diffstat (limited to 'CommandScreen.h')
-rw-r--r--CommandScreen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/CommandScreen.h b/CommandScreen.h
index a1604a3e..4f3ce947 100644
--- a/CommandScreen.h
+++ b/CommandScreen.h
@@ -7,7 +7,7 @@ typedef struct CommandScreen_ {
InfoScreen super;
} CommandScreen;
-extern InfoScreenClass CommandScreen_class;
+extern const InfoScreenClass CommandScreen_class;
CommandScreen* CommandScreen_new(Process* process);