summaryrefslogtreecommitdiffstats
path: root/sub/osd.h
diff options
context:
space:
mode:
Diffstat (limited to 'sub/osd.h')
-rw-r--r--sub/osd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sub/osd.h b/sub/osd.h
index 2662e2b67f..e1da9bccd2 100644
--- a/sub/osd.h
+++ b/sub/osd.h
@@ -219,8 +219,8 @@ void osd_destroy_backend(struct osd_state *osd);
// doesn't need locking
void osd_get_function_sym(char *buffer, size_t buffer_size, int osd_function);
-extern const char *osd_ass_0;
-extern const char *osd_ass_1;
+extern const char *const osd_ass_0;
+extern const char *const osd_ass_1;
// defined in backend, but locks if required
void osd_object_get_resolution(struct osd_state *osd, int obj,