From b97c4c3ccad3c917e2073329e8d1c7b7351e96aa Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 13 Sep 2021 21:30:39 +0200 Subject: Include refactoring --- src/plugins/Matrix.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/Matrix.cpp') diff --git a/src/plugins/Matrix.cpp b/src/plugins/Matrix.cpp index 3f42437..13fd230 100644 --- a/src/plugins/Matrix.cpp +++ b/src/plugins/Matrix.cpp @@ -3817,8 +3817,8 @@ namespace QuickMedia { remove(matrix_sync_data_path.data.c_str()); Path filter_cache_path = get_storage_dir().join("matrix").join("filter"); remove(filter_cache_path.data.c_str()); - for_files_in_dir(get_cache_dir().join("matrix").join("events"), [](const std::filesystem::path &filepath) { - remove(filepath.c_str()); + for_files_in_dir(get_cache_dir().join("matrix").join("events"), [](const Path &filepath) { + remove(filepath.data.c_str()); return true; }); -- cgit v1.2.3