mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-13 08:29:32 -05:00
Added initialize of RsGxsChannelPost members.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8565 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
2494f02bbb
commit
a0af7def27
@ -55,7 +55,10 @@ class RsGxsChannelGroup
|
||||
|
||||
class RsGxsChannelPost
|
||||
{
|
||||
public:
|
||||
public:
|
||||
RsGxsChannelPost() : mCount(0), mSize(0) {}
|
||||
|
||||
public:
|
||||
RsMsgMetaData mMeta;
|
||||
std::string mMsg; // UTF8 encoded.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user