From 5c330068e75946286e8e0d3dc0bd381e419074a9 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Wed, 4 Jan 2023 15:16:36 +0100 Subject: Namespaces for API --- url.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'url.cpp') diff --git a/url.cpp b/url.cpp index 5baf603..5ad820a 100644 --- a/url.cpp +++ b/url.cpp @@ -1,6 +1,6 @@ #include "url.h" -std::string urlDecode(std::string s) +std::string Reichwein::URL::urlDecode(std::string s) { std::string result; -- cgit v1.2.3