diff options
author | Thomas White <taw@physics.org> | 2020-07-10 15:26:35 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-07-29 18:53:45 +0200 |
commit | 47ecc15f4f32350bb29085459e23f208007e3d1c (patch) | |
tree | 98b9b2c3e1c7d6cc7bdc0e70aa8fbbbd98070705 /libcrystfel/src/image-hdf5.h | |
parent | 6c3b71214cbce3de1d12c4cd2f12d68a96bccfab (diff) |
const-cleaning
Diffstat (limited to 'libcrystfel/src/image-hdf5.h')
-rw-r--r-- | libcrystfel/src/image-hdf5.h | 2 |
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); |