output/Thread: move Enable() call to InternalEnable()
This commit is contained in:
@@ -360,6 +360,13 @@ public:
|
||||
void LockAllowPlay() noexcept;
|
||||
|
||||
private:
|
||||
/**
|
||||
* Runs inside the OutputThread. Handles exceptions.
|
||||
*
|
||||
* @return true on success
|
||||
*/
|
||||
bool InternalEnable() noexcept;
|
||||
|
||||
/**
|
||||
* Runs inside the OutputThread. Handles exceptions.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user