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
This commit is contained in:
parent
214ffcf58d
commit
483b63b3a1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user