intialised channel info file count correctly

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2927 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
chrisparker126 2010-05-17 14:27:05 +00:00
parent 84a48d2c80
commit 7cd6103ff7

View File

@ -60,7 +60,7 @@ class ChannelInfo
class ChannelMsgInfo class ChannelMsgInfo
{ {
public: public:
ChannelMsgInfo() {} ChannelMsgInfo () : count(0), size(0) {}
std::string channelId; std::string channelId;
std::string msgId; std::string msgId;
@ -79,7 +79,7 @@ class ChannelMsgInfo
class ChannelMsgSummary class ChannelMsgSummary
{ {
public: public:
ChannelMsgSummary() {} ChannelMsgSummary() : count(0) {}
std::string channelId; std::string channelId;
std::string msgId; std::string msgId;