From 0a182a87aa936db4bb98802257d008bc675b8f10 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Fri, 20 Dec 2024 18:10:17 -0600 Subject: [PATCH] refactor --- repertory/librepertory/include/app_config.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repertory/librepertory/include/app_config.hpp b/repertory/librepertory/include/app_config.hpp index 56d73790..efd0c60f 100644 --- a/repertory/librepertory/include/app_config.hpp +++ b/repertory/librepertory/include/app_config.hpp @@ -216,10 +216,10 @@ public: void set_database_type(const database_type &value); - void set_enable_download_timeout(bool value); - void set_enable_comm_duration_events(bool value); + void set_enable_download_timeout(bool value); + void set_enable_drive_events(bool value); #if defined(_WIN32)