mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
FeedReader: Fixed compile of FeedReader plugin
This commit is contained in:
parent
a3eae71f0b
commit
7070a6cad6
@ -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…
Reference in New Issue
Block a user