mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 22:25:04 -04: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
1 changed files with 4 additions and 1 deletions
|
@ -55,7 +55,10 @@ class RsGxsChannelGroup
|
|||
|
||||
class RsGxsChannelPost
|
||||
{
|
||||
public:
|
||||
public:
|
||||
RsGxsChannelPost() : mCount(0), mSize(0) {}
|
||||
|
||||
public:
|
||||
RsMsgMetaData mMeta;
|
||||
std::string mMsg; // UTF8 encoded.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue