diff --git a/include/rapidjson/uri.h b/include/rapidjson/uri.h index f70c388..97c84f1 100644 --- a/include/rapidjson/uri.h +++ b/include/rapidjson/uri.h @@ -134,7 +134,7 @@ public: return !Match(rhs, true); } - bool Match(const GenericUri& uri, bool full) const { + bool Match(const GenericUri& uri, bool full = true) const { Ch* s1; Ch* s2; if (full) {