Fixed display of the avatar in MsgItem.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3986 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2011-01-26 23:09:25 +00:00
parent c2a81daf01
commit 4fb593f1b9
4 changed files with 17 additions and 13 deletions

View file

@ -34,7 +34,7 @@ class MsgItem : public QWidget, private Ui::MsgItem
public:
/** Default Constructor */
MsgItem(FeedHolder *parent, uint32_t feedId, std::string peerId, std::string msgId, bool isHome);
MsgItem(FeedHolder *parent, uint32_t feedId, std::string msgId, bool isHome);
/** Default Destructor */