From dbc800083e4c2bcee4b9e5da561d78c20e004404 Mon Sep 17 00:00:00 2001 From: Matej Kenda Date: Fri, 12 Sep 2025 10:59:58 +0200 Subject: [PATCH] fix(Net): Add missing Net_API to Poco::Net::htmlize(const std::string&); --- Net/include/Poco/Net/Net.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Net/include/Poco/Net/Net.h b/Net/include/Poco/Net/Net.h index a26ca929b..ad43a8818 100644 --- a/Net/include/Poco/Net/Net.h +++ b/Net/include/Poco/Net/Net.h @@ -89,7 +89,7 @@ void Net_API uninitializeNetwork(); /// (Windows only, no-op elsewhere) -std::string htmlize(const std::string& str); +std::string Net_API htmlize(const std::string& str); /// Returns a copy of html with reserved HTML /// characters (<, >, ", &) propery escaped.