Mark parse_pagination() nodiscard.

This commit is contained in:
tastytea 2020-01-14 23:32:04 +01:00
parent be42f30631
commit 9ccd724693
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 0 deletions

View File

@ -189,6 +189,7 @@ private:
*
* @since 0.3.0
*/
[[nodiscard]]
parametermap parse_pagination(bool next) const;
};