]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/url.h
Implement setFont on the iOS port of wxStaticText.
[wxWidgets.git] / interface / wx / url.h
index 5b4974044155df7bd281f34546fc94f0d21d7a8c..a6ba86f9342ab66eedacafce47dbfcc47bf9c55e 100644 (file)
@@ -2,8 +2,7 @@
 // Name:        url.h
 // Purpose:     interface of wxURL
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -94,10 +93,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;