summaryrefslogtreecommitdiff
path: root/src/uaLookup.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/uaLookup.hpp')
-rw-r--r--src/uaLookup.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/uaLookup.hpp b/src/uaLookup.hpp
index 3c43371..5529a40 100644
--- a/src/uaLookup.hpp
+++ b/src/uaLookup.hpp
@@ -30,6 +30,5 @@ namespace WebStat {
std::string result;
};
- std::unique_ptr<CurlOperation> curlGetUserAgentDetail(
- std::string_view uas, const char * baseUrl = "https://useragentstring.com");
+ std::unique_ptr<CurlOperation> curlGetUserAgentDetail(std::string_view uas, const char * baseUrl);
}