diff --git a/include/matx/file_io/tiff.h b/include/matx/file_io/tiff.h index 53cd2fead..716b60303 100644 --- a/include/matx/file_io/tiff.h +++ b/include/matx/file_io/tiff.h @@ -51,7 +51,7 @@ namespace matx { { public: Tiff(cudaStream_t stream=0, int NUM_DECODERS=1) - : stream_(stream), NUM_DECODERS_(NUM_DECODERS), decoder_idx(0) + : NUM_DECODERS_(NUM_DECODERS), decoder_idx(0), stream_(stream) { events.resize(NUM_DECODERS_); tiff_streams.resize(NUM_DECODERS_);