]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/url.h
Add wxSize::IncBy() and DecBy() overloads taking wxPoint.
[wxWidgets.git] / interface / wx / url.h
index 1af2cdeb584bed4eba069150186d962842cc89a1..f1c6e73c9711582e8e617a6384c2107f9aaeba34 100644 (file)
@@ -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