diff options
Diffstat (limited to 'src/url.cpp')
-rw-r--r-- | src/url.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/url.cpp b/src/url.cpp index e4d2f55..251e678 100644 --- a/src/url.cpp +++ b/src/url.cpp | |||
@@ -172,6 +172,12 @@ void Bu::Url::parsePath( Bu::FString::const_iterator &i ) | |||
172 | } | 172 | } |
173 | } | 173 | } |
174 | 174 | ||
175 | void Bu::Url::parseParams( const Bu::FString &sQuery ) | ||
176 | { | ||
177 | Bu::FString::const_iterator i = sQuery.begin(); | ||
178 | parseParams( i ); | ||
179 | } | ||
180 | |||
175 | void Bu::Url::parseParams( Bu::FString::const_iterator &i ) | 181 | void Bu::Url::parseParams( Bu::FString::const_iterator &i ) |
176 | { | 182 | { |
177 | bool bName = true; | 183 | bool bName = true; |