aboutsummaryrefslogtreecommitdiff
path: root/src/url.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/url.h')
-rw-r--r--src/url.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/url.h b/src/url.h
index 8713ed4..cf1210b 100644
--- a/src/url.h
+++ b/src/url.h
@@ -26,6 +26,7 @@ namespace Bu
26 virtual ~Url(); 26 virtual ~Url();
27 27
28 void parseUrl( const Bu::FString &sUrl ); 28 void parseUrl( const Bu::FString &sUrl );
29 void parseParams( const Bu::FString &sQuery );
29 void parseParams( Bu::FString::const_iterator &i ); 30 void parseParams( Bu::FString::const_iterator &i );
30 void clear(); 31 void clear();
31 32