aboutsummaryrefslogtreecommitdiffstats
path: root/ui_util.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2007-05-25 19:13:49 +0000
committerGuy Harris <guy@alum.mit.edu>2007-05-25 19:13:49 +0000
commit944d2e5487aa78966bdbc06372b2f05b9f1b8b2f (patch)
tree0f838817db3734cfb846b9e36a8f1ae89a7574dc /ui_util.h
parentb6408d1673e5f26f0428164ddcb869522149a12b (diff)
Squelch some qualifier (const vs. non-const) warnings.
svn path=/trunk/; revision=21938
Diffstat (limited to 'ui_util.h')
-rw-r--r--ui_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui_util.h b/ui_util.h
index 2534024ab9..217f675250 100644
--- a/ui_util.h
+++ b/ui_util.h
@@ -34,7 +34,7 @@ extern "C" {
/* gui_utils.c */
/* Set the name of the top-level window and its icon. */
-void set_main_window_name(gchar *);
+void set_main_window_name(const gchar *);
/* Update the name of the main window if the user-specified decoration
changed. */
void update_main_window_name(void);