diff options
Diffstat (limited to 'src/image.h')
-rw-r--r-- | src/image.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.h b/src/image.h index decbbab8..71bf0d3a 100644 --- a/src/image.h +++ b/src/image.h @@ -78,7 +78,7 @@ struct image { UnitCell *candidate_cells[MAX_CELL_CANDIDATES]; int ncells; struct detector *det; - const char *filename; + char *filename; struct reflhit *hits; int n_hits; |