diff --git a/include/ozo/connection_info.h b/include/ozo/connection_info.h index 6bf390c2c..c42d925d4 100644 --- a/include/ozo/connection_info.h +++ b/include/ozo/connection_info.h @@ -30,7 +30,7 @@ class connection_info { Statistics statistics; public: - using connection_type = std::shared_ptr>; //!< Type of connection which is produced by the source. + using connection_type = std::shared_ptr, Statistics>>; //!< Type of connection which is produced by the source. /** * @brief Construct a new connection information object