mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -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
|
@ -47,7 +47,7 @@
|
|||
#include <set>
|
||||
#include <string>
|
||||
|
||||
class RsPeerDetails ;
|
||||
struct RsPeerDetails;
|
||||
|
||||
class RsCertificate
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue