mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-29 16:53:31 -05:00
a9962c1d2c
struct In file included from ../../../trunk/retroshare-gui/src/gui/gxsforums/ GxsForumsDialog.cpp:23: ../../../trunk/retroshare-gui/src/gui/gxsforums/GxsForumThreadWidget.h: 33:1: warning: class 'RsGxsForumMsg' was previously declared as a struct [-Wmismatched-tags] class RsGxsForumMsg; ^ ../../../trunk/libretroshare/src/retroshare/rsgxsforums.h:83:8: note: previous use is here struct RsGxsForumMsg : RsSerializable ^ ../../../trunk/retroshare-gui/src/gui/gxsforums/GxsForumThreadWidget.h: 33:1: note: did you mean struct here? class RsGxsForumMsg; ^~~~~ struct