This commit is contained in:
Scott E. Graves 2024-12-16 08:14:10 -06:00
parent 6a9acb20dc
commit fd137cad90

View File

@ -35,7 +35,7 @@ public:
public:
explicit encrypt_provider(app_config &config);
~encrypt_provider() override;
~encrypt_provider() override = default;
public:
encrypt_provider(const encrypt_provider &) = delete;