Build break.

This commit is contained in:
Robin Davies
2024-08-27 18:12:23 -04:00
parent b746e2ec6b
commit 26ba5a4327
2 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -8,7 +8,9 @@
class P2pSettings {
// adapter between nm p2p settings, and legacy p2p
public:
P2pSettings(const std::filesystem::path&configDirectory = "/etc/pipedal/config", const std::filesystem::path&varDirectory = "/var/pipedal/config");
P2pSettings(
const std::filesystem::path&configDirectory = "/etc/pipedal/config",
const std::filesystem::path&varDirectory = "/var/pipedal/config" );
void Load();
void Save();