retroshare-gui: fix missing include in jsonapipage

Fix compile error, warnings and typo
This commit is contained in:
Gioacchino Mazzurco 2020-10-07 10:58:52 +02:00
parent 5006ee1399
commit eca11d0885
No known key found for this signature in database
GPG key ID: A1FBCA3872E87051
2 changed files with 12 additions and 9 deletions

View file

@ -38,7 +38,7 @@
class RsGxsForums;
/**
* Pointer to global instance of RsGxsChannels service implementation
* Pointer to global instance of RsGxsForums service implementation
* @jsonapi{development}
*/
extern RsGxsForums* rsGxsForums;