X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/adaaa68635b4c8a4d8c5284add40366ea3eefb07..d3fa4bc22e84e3ca4d88cc1772f2d414140a1017:/interface/wx/url.h diff --git a/interface/wx/url.h b/interface/wx/url.h index 5b49740441..b1eeef4334 100644 --- a/interface/wx/url.h +++ b/interface/wx/url.h @@ -3,7 +3,7 @@ // Purpose: interface of wxURL // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -94,10 +94,10 @@ public: /** Returns a reference to the protocol which will be used to get the URL. */ - wxProtocol GetProtocol(); + wxProtocol& GetProtocol(); /** - Returns @true if this object is correctly initialized, i.e. if + Returns @true if this object is correctly initialized, i.e.\ if GetError() returns ::wxURL_NOERR. */ bool IsOk() const;