mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-02 11:16:34 -04:00
Fix forward declarations class struct missmatch
This commit is contained in:
parent
e6e5700ed6
commit
7cc15c703c
10 changed files with 11 additions and 11 deletions
|
@ -29,7 +29,7 @@
|
|||
|
||||
class RsServer;
|
||||
class RsInit;
|
||||
class RsPeerCryptoParams;
|
||||
struct RsPeerCryptoParams;
|
||||
class RsControl;
|
||||
|
||||
/// RsInit -> Configuration Parameters for RetroShare Startup
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
|
||||
class ChatId;
|
||||
class ChatMessage;
|
||||
class RsGxsChanges;
|
||||
struct RsGxsChanges;
|
||||
|
||||
class RsNotify;
|
||||
extern RsNotify *rsNotify;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue