Add missing CChan::GetNetwork()

This commit is contained in:
J-P Nurmi
2015-08-02 23:40:12 +02:00
parent d6d57cb708
commit 9fe1027d8a

View File

@@ -132,6 +132,7 @@ public:
// !Setters
// Getters
CIRCNetwork* GetNetwork() const { return m_pNetwork; }
bool IsModeKnown() const { return m_bModeKnown; }
bool HasMode(unsigned char uMode) const;
CString GetOptions() const;