fixed compilation of FeedReader plugin

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7301 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2014-04-23 20:48:02 +00:00
parent 7d13a7f85b
commit 71a02003be
3 changed files with 19 additions and 2 deletions

View file

@ -74,6 +74,7 @@ public:
/****************** p3Service STUFF ******************/
virtual int tick();
virtual RsServiceInfo getServiceInfo() ;
/****************** internal STUFF *******************/
bool getFeedToDownload(RsFeedReaderFeed &feed, const std::string &neededFeedId);