updated for latest string_adaptor - not sure how this was missed before

This commit is contained in:
jez_higgins 2006-07-13 20:45:12 +00:00
parent e7fdb6e546
commit 167f36ec74

View file

@ -90,7 +90,7 @@ private:
static const stringT SCHEME_MARKER = string_adaptorT::construct_from_utf8("://");
static const valueT FORWARD_SLASH = string_adaptorT::convert_from_utf8(Arabica::Unicode<char>::SLASH);
if(location.find(SCHEME_MARKER) != stringT::npos())
if(location.find(SCHEME_MARKER) != string_adaptorT::npos())
return location;
std::ostringstream ss;