summaryrefslogtreecommitdiff
path: root/progress_dlg.h
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-08-06 14:03:14 +0000
committerJörg Mayer <jmayer@loplof.de>2005-08-06 14:03:14 +0000
commit62b7cc3043f63836ab26d866ba5885a11c409ebf (patch)
tree3fa68dbd08f38db924425656b41d4a8fec6c7fff /progress_dlg.h
parentfd79f5eb9c0b67692734eb2f30a8c3742f918ccd (diff)
downloadwireshark-62b7cc3043f63836ab26d866ba5885a11c409ebf.tar.gz
Last set of char -> const char trivial warning fixes.
svn path=/trunk/; revision=15244
Diffstat (limited to 'progress_dlg.h')
-rw-r--r--progress_dlg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/progress_dlg.h b/progress_dlg.h
index c50108b2b2..158b491356 100644
--- a/progress_dlg.h
+++ b/progress_dlg.h
@@ -75,7 +75,7 @@ delayed_create_progress_dlg(const gchar *task_title, const gchar *item_title,
* @param percentage the current percentage value (0..1)
* @param status the new status string to show, e.g. "3000KB of 6000KB"
*/
-void update_progress_dlg(progdlg_t *dlg, gfloat percentage, gchar *status);
+void update_progress_dlg(progdlg_t *dlg, gfloat percentage, const gchar *status);
/**
* Destroy the progress bar.