diff options
-rw-r--r-- | libbutl/url.mxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbutl/url.mxx b/libbutl/url.mxx index ea01725..0a5daa1 100644 --- a/libbutl/url.mxx +++ b/libbutl/url.mxx @@ -274,7 +274,7 @@ LIBBUTL_MODEXPORT namespace butl // Create an empty URL object. // - basic_url (): empty_ (true) {} + basic_url (): scheme (), empty_ (true) {} // Create the URL object from its string representation. Verify that the // string is compliant to the generic URL syntax. URL-decode and validate |