Fix forward declarations class struct missmatch

This commit is contained in:
Gioacchino Mazzurco 2018-10-03 19:05:02 +02:00
parent e6e5700ed6
commit 7cc15c703c
No known key found for this signature in database
GPG key ID: A1FBCA3872E87051
10 changed files with 11 additions and 11 deletions

View file

@ -29,7 +29,7 @@
class RsServer;
class RsInit;
class RsPeerCryptoParams;
struct RsPeerCryptoParams;
class RsControl;
/// RsInit -> Configuration Parameters for RetroShare Startup

View file

@ -33,7 +33,7 @@
class ChatId;
class ChatMessage;
class RsGxsChanges;
struct RsGxsChanges;
class RsNotify;
extern RsNotify *rsNotify;