mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-07 09:05:57 -05:00
initialize SwitcherThread to nullptr
This commit is contained in:
@@ -257,7 +257,7 @@ class SwitcherThread;
|
||||
* SwitcherData
|
||||
********************************************************************************/
|
||||
struct SwitcherData {
|
||||
SwitcherThread *th;
|
||||
SwitcherThread *th = nullptr;
|
||||
|
||||
condition_variable cv;
|
||||
mutex m;
|
||||
|
||||
Reference in New Issue
Block a user