summaryrefslogtreecommitdiff
path: root/amiga/theme.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2014-10-25 16:22:08 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2014-10-25 16:22:28 +0100
commitfa7d44702ae74468acd3f4027a8fd5f9ab9d4bc5 (patch)
tree9ea79dff1d29e88c6c05b48a6b2ef1d90af4c083 /amiga/theme.h
parent4541d1543762050726e8082303b4123f6d13b1dd (diff)
downloadnetsurf-fa7d44702ae74468acd3f4027a8fd5f9ab9d4bc5.tar.gz
netsurf-fa7d44702ae74468acd3f4027a8fd5f9ab9d4bc5.tar.bz2
Fix warnings
Diffstat (limited to 'amiga/theme.h')
-rw-r--r--amiga/theme.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/theme.h b/amiga/theme.h
index 083220efc..f295efee1 100644
--- a/amiga/theme.h
+++ b/amiga/theme.h
@@ -26,7 +26,7 @@
ULONG throbber_width, throbber_height;
void ami_theme_init(void);
-void ami_get_theme_filename(char *filename, char *themestring, bool protocol);
+void ami_get_theme_filename(char *filename, const char *themestring, bool protocol);
void ami_theme_throbber_setup(void);
void ami_theme_throbber_free(void);