From: Vadim Zeitlin Date: Mon, 2 Apr 2012 16:07:38 +0000 (+0000) Subject: Fix wxURI::HasUserInfo() name in the documentation. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/483b63b3a15c0aa92e028cd2e38614740152e4ef Fix wxURI::HasUserInfo() name in the documentation. Use the correct name of an existing method instead of HasUser(). Closes #14172. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71078 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/uri.h b/interface/wx/uri.h index 629f40b0d5..962f8e4064 100644 --- a/interface/wx/uri.h +++ b/interface/wx/uri.h @@ -242,7 +242,7 @@ public: /** Returns @true if the User component of the URI exists. */ - bool HasUser() const; + bool HasUserInfo() const; /** Returns @true if a valid [absolute] URI, otherwise this URI is a URI