X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..5475b39f53097be2de0ad06c7807b3ab524a047e:/interface/wx/url.h diff --git a/interface/wx/url.h b/interface/wx/url.h index 3d7eea0c99..6a3e800567 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 ///////////////////////////////////////////////////////////////////////////// /** @@ -21,7 +21,6 @@ typedef enum { /** @class wxURL - @wxheader{url.h} wxURL is a specialization of wxURI for parsing URLs. Please look at wxURI documentation for more info about the functions you can use to retrieve the @@ -56,7 +55,7 @@ public: /** Destroys the URL object. */ - ~wxURL(); + virtual ~wxURL(); /** Returns the last error. This error refers to the URL parsing or to the @@ -95,7 +94,7 @@ 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