Managers: make BackupManager constructor explicit.
This commit is contained in:
parent
f2a021cd78
commit
902e31e160
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ namespace mbst { namespace Managers {
|
|||
|
||||
class BackupManager {
|
||||
public:
|
||||
BackupManager();
|
||||
explicit BackupManager();
|
||||
|
||||
auto lastError() -> Containers::StringView;
|
||||
|
||||
|
|
Loading…
Reference in a new issue