diff --git a/include/podio/LinkNavigator.h b/include/podio/LinkNavigator.h index 5922c7073..d525e6067 100644 --- a/include/podio/LinkNavigator.h +++ b/include/podio/LinkNavigator.h @@ -89,8 +89,8 @@ class LinkNavigator { } private: - std::multimap> m_from2to; ///< Map the from to the to objects - std::multimap> m_to2from; ///< Map the to to the from objects + std::multimap> m_from2to{}; ///< Map the from to the to objects + std::multimap> m_to2from{}; ///< Map the to to the from objects }; template