diff options
Diffstat (limited to 'src/test/GpgFrontendTest.cpp')
-rw-r--r-- | src/test/GpgFrontendTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/GpgFrontendTest.cpp b/src/test/GpgFrontendTest.cpp index 73a18654..29903c39 100644 --- a/src/test/GpgFrontendTest.cpp +++ b/src/test/GpgFrontendTest.cpp @@ -122,7 +122,7 @@ void ConfigureGpgContext() { }); } -void ImportPrivateKeys(std::filesystem::path data_path, +void ImportPrivateKeys(const std::filesystem::path& data_path, const libconfig::Setting& config) { if (config.exists("load_keys.private_keys")) { auto& private_keys = config.lookup("load_keys.private_keys"); |