aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/image-hdf5.h
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.h
parent6c3b71214cbce3de1d12c4cd2f12d68a96bccfab (diff)
const-cleaning
Diffstat (limited to 'libcrystfel/src/image-hdf5.h')
-rw-r--r--libcrystfel/src/image-hdf5.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/image-hdf5.h b/libcrystfel/src/image-hdf5.h
index af57e3d4..05f87858 100644
--- a/libcrystfel/src/image-hdf5.h
+++ b/libcrystfel/src/image-hdf5.h
@@ -43,7 +43,7 @@ extern double image_hdf5_get_value(const char *from,
const char *ev);
extern int image_hdf5_read(struct image *image,
- DataTemplate *dtempl,
+ const DataTemplate *dtempl,
const char *filename,
const char *event);