Made template argument explicit to workaround compiler error on MSVC.
This commit is contained in:
parent
3b13021469
commit
7d7fb6daaf
@ -149,7 +149,7 @@ const string url::build() const
|
|||||||
|
|
||||||
oss << urlUtils::encode(prop->getName());
|
oss << urlUtils::encode(prop->getName());
|
||||||
oss << "=";
|
oss << "=";
|
||||||
oss << urlUtils::encode(prop->getValue());
|
oss << urlUtils::encode(prop->getValue <string>());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user