mirror of
https://github.com/deskflow/deskflow.git
synced 2026-07-07 21:07:23 +08:00
chore: Make MSWindowsWatchdog constructor explicit
This commit is contained in:
parent
997d4a9473
commit
8d4a715b1c
@ -33,7 +33,7 @@ class MSWindowsWatchdog
|
||||
};
|
||||
|
||||
public:
|
||||
MSWindowsWatchdog(bool foreground);
|
||||
explicit MSWindowsWatchdog(bool foreground);
|
||||
~MSWindowsWatchdog() = default;
|
||||
|
||||
void startAsync();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user