diff --git a/src/uan/model/uan-tx-mode.h b/src/uan/model/uan-tx-mode.h index df0ca5246..fc08c2dc6 100644 --- a/src/uan/model/uan-tx-mode.h +++ b/src/uan/model/uan-tx-mode.h @@ -95,12 +95,12 @@ class UanTxMode uint32_t GetUid() const; private: + uint32_t m_uid; //!< Mode id + friend class UanTxModeFactory; friend std::ostream& operator<<(std::ostream& os, const UanTxMode& mode); friend std::istream& operator>>(std::istream& is, UanTxMode& mode); - uint32_t m_uid; //!< Mode id - }; // class UanTxMode /**