From 2a33000ace2c250242f8d6572a12b4450fd18108 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Thu, 26 Sep 2024 08:38:41 -0500 Subject: [PATCH] refactor --- repertory/librepertory/src/file_manager/file_manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repertory/librepertory/src/file_manager/file_manager.cpp b/repertory/librepertory/src/file_manager/file_manager.cpp index 5985f0a0..5bc40e6c 100644 --- a/repertory/librepertory/src/file_manager/file_manager.cpp +++ b/repertory/librepertory/src/file_manager/file_manager.cpp @@ -802,7 +802,7 @@ void file_manager::start() { if (not upload_thread_) { stop_requested_ = false; - struct active_item { + struct active_item final { std::string api_path; std::string source_path; };