output/Thread: move Enable() call to InternalEnable()

This commit is contained in:
Max Kellermann
2017-06-08 09:51:13 +02:00
parent 614df96382
commit a72a02f0f2
2 changed files with 28 additions and 13 deletions
+7
View File
@@ -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.
*/