diff options
Diffstat (limited to 'gprofng/src/Experiment.h')
-rw-r--r-- | gprofng/src/Experiment.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gprofng/src/Experiment.h b/gprofng/src/Experiment.h index c85aadd..9a3d226 100644 --- a/gprofng/src/Experiment.h +++ b/gprofng/src/Experiment.h @@ -267,8 +267,8 @@ public: static int copy_file_to_archive (const char *name, const char *aname, int hide_msg); static int copy_file_to_common_archive (const char *name, const char *aname, int hide_msg, const char *common_archive, int relative_path = 0); - static int copy_file (char *name, char *aname, int hide_msg, - char *common_archive = NULL, int relative_path = 0); + static int copy_file (const char *name, const char *aname, int hide_msg, + const char *common_archive = NULL, int relative_path = 0); // get_raw_events() // action: get unfiltered packets, loading them if required |