aboutsummaryrefslogtreecommitdiff
path: root/src/gui_merge.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-12-11 14:21:49 +0100
committerThomas White <taw@physics.org>2020-12-11 14:21:49 +0100
commitd8672864f60291214b445f8a658c642086aab8bc (patch)
tree9bf951b5caa86dd88a366b00a4c33ce2a7812a03 /src/gui_merge.h
parente9b583b2c63d14e859223bce4b56afe3fe04815c (diff)
result -> indexing_result
Because shortly we will have merging_result as well
Diffstat (limited to 'src/gui_merge.h')
-rw-r--r--src/gui_merge.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_merge.h b/src/gui_merge.h
index 474eccc1..20e5b7b1 100644
--- a/src/gui_merge.h
+++ b/src/gui_merge.h
@@ -37,7 +37,7 @@ extern gint merge_sig(GtkWidget *widget,
struct crystfelproject *proj);
extern char **merging_command_line(const char *n_thread_str,
- struct gui_result *input,
+ struct gui_indexing_result *input,
struct merging_params *params);
#endif