From ebd40ba4d5ce5c684f9512ec4d30dd47ea84389c Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 2 Mar 2019 12:47:15 +0100 Subject: [PATCH] Changed default values for strings from 0 to "". --- src/easy/easy.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/easy/easy.hpp b/src/easy/easy.hpp index 4f16409..0962401 100644 --- a/src/easy/easy.hpp +++ b/src/easy/easy.hpp @@ -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.