aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/src/image.h')
-rw-r--r--libcrystfel/src/image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/image.h b/libcrystfel/src/image.h
index bd90a920..d54cf43f 100644
--- a/libcrystfel/src/image.h
+++ b/libcrystfel/src/image.h
@@ -132,7 +132,7 @@ struct image {
uint16_t *flags;
double *twotheta;
- struct crystal **crystals;
+ Crystal **crystals;
int n_crystals;
struct detector *det;