mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
FeedReader: Fixed compile of FeedReader plugin
This commit is contained in:
parent
a3eae71f0b
commit
7070a6cad6
1 changed files with 2 additions and 0 deletions
|
@ -62,6 +62,7 @@ public:
|
|||
virtual ~RsFeedReaderFeed() {}
|
||||
|
||||
virtual void clear();
|
||||
virtual void serial_process(RsGenericSerializer::SerializeJob, RsGenericSerializer::SerializeContext&) {}
|
||||
|
||||
uint32_t feedId;
|
||||
uint32_t parentId;
|
||||
|
@ -105,6 +106,7 @@ public:
|
|||
virtual ~RsFeedReaderMsg() {}
|
||||
|
||||
virtual void clear();
|
||||
virtual void serial_process(RsGenericSerializer::SerializeJob, RsGenericSerializer::SerializeContext&) {}
|
||||
virtual std::ostream& print(std::ostream &out, uint16_t indent = 0);
|
||||
|
||||
std::string msgId;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue