Changed default values for strings from 0 to "".

This commit is contained in:
tastytea 2019-03-02 12:47:15 +01:00
parent 4d3ffb5516
commit ebd40ba4d5
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 2 deletions

View File

@ -312,8 +312,8 @@ public:
* @since 0.21.0
*/
const return_entity_vector get_notifications(const uint16_t limit = 20,
const string since_id = 0,
const string max_id = 0);
const string since_id = "",
const string max_id = "");
/*!
* @brief Base class for all entities.