diff options
Diffstat (limited to 'googleurl/src/url_parse.cc')
-rw-r--r-- | googleurl/src/url_parse.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/googleurl/src/url_parse.cc b/googleurl/src/url_parse.cc index fa31210..28e7a0b 100644 --- a/googleurl/src/url_parse.cc +++ b/googleurl/src/url_parse.cc @@ -565,6 +565,9 @@ bool DoExtractQueryKeyValue(const CHAR* spec, } // namespace +Parsed::Parsed() { +} + int Parsed::Length() const { if (ref.is_valid()) return ref.end(); |