aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'file.h')
-rw-r--r--file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.h b/file.h
index 9d42939166..605d9b49a7 100644
--- a/file.h
+++ b/file.h
@@ -663,7 +663,7 @@ void cf_unignore_frame(capture_file *cf, frame_data *frame);
*/
cf_status_t
cf_merge_files_to_tempfile(gpointer pd_window, char **out_filenamep,
- int in_file_count, char *const *in_filenames,
+ int in_file_count, const char *const *in_filenames,
int file_type, gboolean do_append);