From 77f818f0b37236f0a2994b9f607a3810fa5bf33f Mon Sep 17 00:00:00 2001 From: Gioacchino Mazzurco Date: Fri, 22 May 2020 17:52:05 +0200 Subject: [PATCH] Fix JSON API compilation error introduces in f6260a95ae2e7baee7877f984d569c291b459612 --- libretroshare/src/retroshare/rsgxschannels.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libretroshare/src/retroshare/rsgxschannels.h b/libretroshare/src/retroshare/rsgxschannels.h index bef322a4a..4b188ad01 100644 --- a/libretroshare/src/retroshare/rsgxschannels.h +++ b/libretroshare/src/retroshare/rsgxschannels.h @@ -310,6 +310,7 @@ public: * @param[in] channelId id of the channel of which the content is requested * @param[out] posts storage for posts * @param[out] comments storage for the comments + * @param[out] votes storage for votes * @return false if something failed, true otherwhise */ virtual bool getChannelAllContent( const RsGxsGroupId& channelId,