diff options
Diffstat (limited to 'src/process_image.h')
-rw-r--r-- | src/process_image.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/process_image.h b/src/process_image.h index 8691cd3f..7c48d711 100644 --- a/src/process_image.h +++ b/src/process_image.h @@ -8,6 +8,7 @@ * * Authors: * 2010-2014 Thomas White <taw@physics.org> + * 2014 Valerio Mariani * * This file is part of CrystFEL. * @@ -89,7 +90,7 @@ struct index_args struct pattern_args { /* "Input" */ - char *filename; + struct filename_plus_event *filename_p_e; /* "Output" */ int n_crystals; |