fixed missing parameter in jsonapi declaration

This commit is contained in:
csoler 2019-09-08 20:50:06 +02:00
parent dd90314c3d
commit c8064e1ddc
No known key found for this signature in database
GPG Key ID: 7BCA522266C0804C

View File

@ -683,7 +683,7 @@ public:
* @jsonapi{development} * @jsonapi{development}
* @param[in] invite string containing the short invite to parse * @param[in] invite string containing the short invite to parse
* @param[out] details storage for the extracted information, consider it * @param[out] details storage for the extracted information, consider it
* valid only if the function return true * @param[out] err_code storage for the error code
* @return false if error occurred, true otherwise * @return false if error occurred, true otherwise
*/ */
virtual bool parseShortInvite( virtual bool parseShortInvite(