diff --git a/src/ZmqReceiver.hpp b/src/ZmqReceiver.hpp index 4d9ad9b..44aed7a 100644 --- a/src/ZmqReceiver.hpp +++ b/src/ZmqReceiver.hpp @@ -19,7 +19,7 @@ struct HeaderDataType std::string endianness; size_t value_bytes_size; - HeaderDataType(const std::string& type, size_t shape); + HeaderDataType(const std::string& type, size_t shape=1); }; size_t get_type_byte_size(const std::string& type);