fix Uri.Match optional arg
This commit is contained in:
parent
3df804c128
commit
f6ebcb2008
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user