mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-07 14:12:43 -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 ~RsFeedReaderFeed() {}
|
||||||
|
|
||||||
virtual void clear();
|
virtual void clear();
|
||||||
|
virtual void serial_process(RsGenericSerializer::SerializeJob, RsGenericSerializer::SerializeContext&) {}
|
||||||
|
|
||||||
uint32_t feedId;
|
uint32_t feedId;
|
||||||
uint32_t parentId;
|
uint32_t parentId;
|
||||||
|
@ -105,6 +106,7 @@ public:
|
||||||
virtual ~RsFeedReaderMsg() {}
|
virtual ~RsFeedReaderMsg() {}
|
||||||
|
|
||||||
virtual void clear();
|
virtual void clear();
|
||||||
|
virtual void serial_process(RsGenericSerializer::SerializeJob, RsGenericSerializer::SerializeContext&) {}
|
||||||
virtual std::ostream& print(std::ostream &out, uint16_t indent = 0);
|
virtual std::ostream& print(std::ostream &out, uint16_t indent = 0);
|
||||||
|
|
||||||
std::string msgId;
|
std::string msgId;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue