mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-04-26 00:01:13 -05:00
initialize SwitcherThread to nullptr
This commit is contained in:
parent
98c3131017
commit
513fe0728c
|
|
@ -257,7 +257,7 @@ class SwitcherThread;
|
||||||
* SwitcherData
|
* SwitcherData
|
||||||
********************************************************************************/
|
********************************************************************************/
|
||||||
struct SwitcherData {
|
struct SwitcherData {
|
||||||
SwitcherThread *th;
|
SwitcherThread *th = nullptr;
|
||||||
|
|
||||||
condition_variable cv;
|
condition_variable cv;
|
||||||
mutex m;
|
mutex m;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user