fixed warnings

This commit is contained in:
orignal 2016-03-04 20:35:53 -05:00
parent c1ce51eb12
commit 8e09f3478f
2 changed files with 4 additions and 7 deletions

View file

@ -93,12 +93,11 @@ namespace client
void Write (const uint8_t * buf, size_t len);
private:
std::string m_WebircPass;
std::shared_ptr<const i2p::data::IdentityEx> m_From;
std::stringstream m_OutPacket, m_InPacket;
bool m_NeedsWebIrc;
bool m_NeedsWebIrc;
std::string m_WebircPass;
};