]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/url.h
hid integration
[wxWidgets.git] / include / wx / url.h
index 59d8428060fdcaa038e872d5b85bf82d09d473e1..25bf2bb5ae3d333891352f4da01895595ae1a14d 100644 (file)
@@ -87,7 +87,7 @@ protected:
     friend class wxURLNativeImp;
     // pointer to a native URL implementation object
     wxURLNativeImp *m_nativeImp;
-    // Creates on the heap and returns a native 
+    // Creates on the heap and returns a native
     // implementation object for the current platform.
     static wxURLNativeImp *CreateNativeImpObject();
 #endif