aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/image-hdf5.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-07-10 15:26:35 +0200
committerThomas White <taw@physics.org>2020-07-29 18:53:45 +0200
commit47ecc15f4f32350bb29085459e23f208007e3d1c (patch)
tree98b9b2c3e1c7d6cc7bdc0e70aa8fbbbd98070705 /libcrystfel/src/image-hdf5.c
parent6c3b71214cbce3de1d12c4cd2f12d68a96bccfab (diff)
const-cleaning
Diffstat (limited to 'libcrystfel/src/image-hdf5.c')
-rw-r--r--libcrystfel/src/image-hdf5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/image-hdf5.c b/libcrystfel/src/image-hdf5.c
index 5b7a9728..6c2a323a 100644
--- a/libcrystfel/src/image-hdf5.c
+++ b/libcrystfel/src/image-hdf5.c
@@ -526,7 +526,7 @@ static int load_hdf5_hyperslab(struct panel_template *p,
int image_hdf5_read(struct image *image,
- DataTemplate *dtempl,
+ const DataTemplate *dtempl,
const char *filename,
const char *event)
{