Managers: make BackupManager constructor explicit.

This commit is contained in:
Guillaume Jacquemin 2024-04-18 18:05:41 +02:00
parent f2a021cd78
commit 902e31e160
Signed by: williamjcm
SSH key fingerprint: SHA256:AYLOg+iTV0ElElnlu4vqM4edFazVdRiuQB0Y5LoKc4A

View file

@ -32,7 +32,7 @@ namespace mbst { namespace Managers {
class BackupManager {
public:
BackupManager();
explicit BackupManager();
auto lastError() -> Containers::StringView;