From 67dedc3fb5eae282455a2e01a4cfef7ce9c1997d Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Thu, 17 Oct 2024 11:23:20 -0500 Subject: [PATCH] refactor --- 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 9d2e1c06..72c6b868 100644 --- a/repertory/librepertory/include/app_config.hpp +++ b/repertory/librepertory/include/app_config.hpp @@ -70,7 +70,7 @@ private: bool enable_max_cache_size_; #if defined(_WIN32) bool enable_mount_manager_; -#endif +#endif // defined(_WIN32) bool enable_remote_mount_; encrypt_config encrypt_config_; event_level event_level_;