X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12f5e1e78fe906050ff2fee9529476db332633f0..5f9c4ae6263fe0e6698c826f7655ff803ffcbfd4:/interface/wx/url.h?ds=sidebyside diff --git a/interface/wx/url.h b/interface/wx/url.h index 1af2cdeb58..f1c6e73c97 100644 --- a/interface/wx/url.h +++ b/interface/wx/url.h @@ -55,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 @@ -94,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