From bc0d299b85b39fe21eadc6010028377238344e61 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Fri, 23 Aug 2024 10:13:32 -0500 Subject: [PATCH] refactor --- repertory/librepertory/include/comm/curl/curl_comm.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repertory/librepertory/include/comm/curl/curl_comm.hpp b/repertory/librepertory/include/comm/curl/curl_comm.hpp index 28520b26..bff09a85 100644 --- a/repertory/librepertory/include/comm/curl/curl_comm.hpp +++ b/repertory/librepertory/include/comm/curl/curl_comm.hpp @@ -42,8 +42,8 @@ private: using write_callback = size_t (*)(char *, size_t, size_t, void *); struct read_write_info final { - repertory::data_buffer data{}; - repertory::stop_type &stop_requested; + data_buffer data{}; + stop_type &stop_requested; }; static const write_callback write_data;