chore: Make MSWindowsWatchdog constructor explicit

This commit is contained in:
Nick Bolton 2025-03-03 12:10:47 +00:00
parent 997d4a9473
commit 8d4a715b1c

View File

@ -33,7 +33,7 @@ class MSWindowsWatchdog
};
public:
MSWindowsWatchdog(bool foreground);
explicit MSWindowsWatchdog(bool foreground);
~MSWindowsWatchdog() = default;
void startAsync();