aboutsummaryrefslogtreecommitdiff
path: root/src/im-zmq.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/im-zmq.h')
-rw-r--r--src/im-zmq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/im-zmq.h b/src/im-zmq.h
index 270a7c3a..ddf3f172 100644
--- a/src/im-zmq.h
+++ b/src/im-zmq.h
@@ -55,7 +55,7 @@ extern ImageFeatureList *get_peaks_msgpack(msgpack_object *obj,
int half_pixel_shift);
extern struct image *unpack_msgpack_data(msgpack_object *obj,
- DataTemplate *dtempl,
+ const DataTemplate *dtempl,
int no_image_data);
#else /* defined(HAVE_MSGPACK) && defined(HAVE_ZMQ) */