mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-28 17:09:34 -05:00
Fix clang warning: 'p3GxsTrans' defined as a class here but previously
declared as a struct /libretroshare/src/gxstrans/p3gxstrans.h:88: warning: 'p3GxsTrans' defined as a class here but previously declared as a struct [- Wmismatched-tags] class p3GxsTrans : public RsGenExchange, public GxsTokenQueue, public p3Config, public RsGxsTrans /libretroshare/src/gxstrans/p3gxstrans.h:31: did you mean class here? struct p3GxsTrans;
This commit is contained in:
parent
fd24ef591e
commit
8b99c80e07
@ -28,7 +28,7 @@
|
|||||||
#include "util/rsthreads.h"
|
#include "util/rsthreads.h"
|
||||||
#include "retroshare/rsgxstrans.h"
|
#include "retroshare/rsgxstrans.h"
|
||||||
|
|
||||||
struct p3GxsTrans;
|
class p3GxsTrans;
|
||||||
|
|
||||||
/// Services who want to make use of p3GxsTrans should inherit this struct
|
/// Services who want to make use of p3GxsTrans should inherit this struct
|
||||||
struct GxsTransClient
|
struct GxsTransClient
|
||||||
|
Loading…
Reference in New Issue
Block a user