This commit is contained in:
Scott E. Graves 2024-09-26 08:38:41 -05:00
parent bd8da9b987
commit 2a33000ace

View File

@ -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;
};