FeedReader plugin:

- fixed compile on Linux
- added compatibility with iconv

git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-gxs-b1@5378 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-08-04 01:15:40 +00:00
parent d220e14c4a
commit f710dba2c6
5 changed files with 36 additions and 42 deletions

View file

@ -56,6 +56,7 @@ public:
public:
p3FeedReaderThread(p3FeedReader *feedReader, Type type);
virtual ~p3FeedReaderThread();
private:
virtual void run();