From bad51db0c8a1f254885af7e1f24a1c76f6d3c1b3 Mon Sep 17 00:00:00 2001 From: peri4 Date: Sun, 18 May 2025 18:53:28 +0300 Subject: [PATCH] remove export --- libs/http_client/curl_thread_pool_p.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libs/http_client/curl_thread_pool_p.h b/libs/http_client/curl_thread_pool_p.h index d715558f..29b8f50e 100644 --- a/libs/http_client/curl_thread_pool_p.h +++ b/libs/http_client/curl_thread_pool_p.h @@ -1,14 +1,13 @@ #ifndef curl_thread_pool_p_H #define curl_thread_pool_p_H -#include "pip_http_client_export.h" #include "piprotectedvariable.h" #include "pisemaphore.h" #include "pithread.h" class PIHTTPClient; -class PIP_HTTP_CLIENT_EXPORT CurlThreadPool { +class CurlThreadPool { public: void registerClient(PIHTTPClient * c);