]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix wxURI::HasUserInfo() name in the documentation.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 2 Apr 2012 16:07:38 +0000 (16:07 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 2 Apr 2012 16:07:38 +0000 (16:07 +0000)
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

interface/wx/uri.h

index 629f40b0d569bd0759e371e1b40f0e334f5ae586..962f8e406422b61f54110239af30c27cae93a60b 100644 (file)
@@ -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