From c760b7328b4334fe2128759ad3c67627f9a027aa Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Thu, 31 Oct 2024 16:51:27 -0500 Subject: [PATCH] fix --- repertory/repertory_test/include/fixtures/fuse_fixture.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repertory/repertory_test/include/fixtures/fuse_fixture.hpp b/repertory/repertory_test/include/fixtures/fuse_fixture.hpp index 84e5eafe..1465c531 100644 --- a/repertory/repertory_test/include/fixtures/fuse_fixture.hpp +++ b/repertory/repertory_test/include/fixtures/fuse_fixture.hpp @@ -234,7 +234,7 @@ template std::filesystem::path fuse_test::current_directory{}; template -provider_type winfsp_test::current_provider{provider_t::type}; +provider_type fuse_test::current_provider{provider_t::type}; template std::unique_ptr fuse_test::drive{};