summaryrefslogtreecommitdiff
path: root/atari/statusbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'atari/statusbar.h')
-rwxr-xr-xatari/statusbar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/atari/statusbar.h b/atari/statusbar.h
index fc6749e91..7739c6fed 100755
--- a/atari/statusbar.h
+++ b/atari/statusbar.h
@@ -36,6 +36,6 @@ struct s_statusbar
CMP_STATUSBAR sb_create( struct gui_window * gw );
void sb_destroy( CMP_STATUSBAR s );
-void sb_set_text( CMP_STATUSBAR sb , char * text );
+void sb_set_text( CMP_STATUSBAR sb , const char * text );
void sb_attach(CMP_STATUSBAR sb, struct gui_window * gw);
#endif