diff options
author | tobtoht <thotbot@protonmail.com> | 2021-10-22 05:38:32 +0200 |
---|---|---|
committer | selsta <selsta@sent.at> | 2021-10-22 05:40:23 +0200 |
commit | 47e7a432700e64d1fd067d745040a42f6c15ac37 (patch) | |
tree | 3e33d793f7365681457c7589c41c1c417bbe779f /src/wallet/api/wallet_manager.h | |
parent | Merge pull request #8001 (diff) | |
download | monero-47e7a432700e64d1fd067d745040a42f6c15ac37.tar.xz |
wallet_api: enable set_strict_default_file_permissions
Diffstat (limited to '')
-rw-r--r-- | src/wallet/api/wallet_manager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/api/wallet_manager.h b/src/wallet/api/wallet_manager.h index cf3056a17..1e8cff877 100644 --- a/src/wallet/api/wallet_manager.h +++ b/src/wallet/api/wallet_manager.h @@ -95,7 +95,7 @@ public: bool setProxy(const std::string &address) override; private: - WalletManagerImpl() {} + WalletManagerImpl(); friend struct WalletManagerFactory; net::http::client m_http_client; std::string m_errorString; |