fix Uri.Match optional arg

This commit is contained in:
Steve Hanson 2021-06-09 16:38:40 +01:00
parent 3df804c128
commit f6ebcb2008

View File

@ -134,7 +134,7 @@ public:
return !Match(rhs, true); return !Match(rhs, true);
} }
bool Match(const GenericUri& uri, bool full) const { bool Match(const GenericUri& uri, bool full = true) const {
Ch* s1; Ch* s1;
Ch* s2; Ch* s2;
if (full) { if (full) {