diff --git a/src/qt/clientmodel.h b/src/qt/clientmodel.h --- a/src/qt/clientmodel.h +++ b/src/qt/clientmodel.h @@ -80,7 +80,7 @@ mutable std::atomic m_cached_num_blocks{-1}; Mutex m_cached_tip_mutex; - BlockHash m_cached_tip_blocks GUARDED_BY(m_cached_tip_mutex){}; + BlockHash m_cached_tip_blocks GUARDED_BY(m_cached_tip_mutex); private: interfaces::Node &m_node;