From 4d70adf26ef8939f0f4335209c7e777b8e71ef73 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Fri, 20 Dec 2024 19:00:54 -0600 Subject: [PATCH] unit tests and fixes --- repertory/librepertory/include/app_config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repertory/librepertory/include/app_config.hpp b/repertory/librepertory/include/app_config.hpp index 6d2a8897..80b71e78 100644 --- a/repertory/librepertory/include/app_config.hpp +++ b/repertory/librepertory/include/app_config.hpp @@ -88,7 +88,7 @@ private: std::atomic med_freq_interval_secs_; std::atomic online_check_retry_secs_; std::atomic orphaned_file_retention_days_; - atomic preferred_download_type_; + std::atomic preferred_download_type_; std::atomic retry_read_count_; std::atomic ring_buffer_file_size_; std::atomic task_wait_ms_;