clean up and silence warnings

This commit is contained in:
WarmUpTill
2020-11-14 17:17:39 +01:00
parent 2ae97cd90e
commit e5c1e81d81
2 changed files with 6 additions and 9 deletions

View File

@@ -143,9 +143,9 @@ struct SwitcherData {
std::vector<int> tabOrder;
bool hotkeysRegistered = false;
obs_hotkey_id startHotkey;
obs_hotkey_id stopHotkey;
obs_hotkey_id toggleHotkey;
obs_hotkey_id startHotkey = 0;
obs_hotkey_id stopHotkey = 0;
obs_hotkey_id toggleHotkey = 0;
void Thread();
void Start();