diff --git a/reference/UrlInfo/UrlInfo.cpp b/reference/UrlInfo/UrlInfo.cpp index 6fc8711ea..937b66938 100644 --- a/reference/UrlInfo/UrlInfo.cpp +++ b/reference/UrlInfo/UrlInfo.cpp @@ -12,7 +12,7 @@ CONSOLE_APP_MAIN DUMP(f.scheme); DUMP(f.host); DUMP(f.port); - DUMP(f.user); + DUMP(f.username); DUMP(f.password); DUMP(f.path); DUMP(f.query);