variable name

This commit is contained in:
xcps 2016-03-04 19:26:28 +05:00
parent 091c13ff41
commit 9aeb773169
2 changed files with 4 additions and 4 deletions

View file

@ -97,7 +97,7 @@ namespace client
std::string m_WebircPass;
std::shared_ptr<const i2p::data::IdentityEx> m_From;
std::stringstream m_OutPacket, m_InPacket;
bool m_isWebIrced;
bool m_NeedsWebIrc;
};