]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/url.h
Augmented version to b5
[wxWidgets.git] / include / wx / url.h
index f37d4a9d9097a2a246b28a16ec80d75b2f217ded..aa224f7f3b56fc1bd62f1e7c65d5809349da05d0 100644 (file)
@@ -62,6 +62,7 @@ public:
         { return m_protoinfo->m_protoname; }
   inline wxProtocol& GetProtocol() { return *m_protocol; }
   inline wxURLError GetError() const { return m_error; }
+  inline wxString GetPath() const { return m_path; }
 
   wxInputStream *GetInputStream();