player/Control: make several methods `private`

This commit is contained in:
Max Kellermann 2018-09-23 17:19:49 +02:00
parent 287cff40b9
commit 0d971963fd
1 changed files with 1 additions and 1 deletions

View File

@ -246,6 +246,7 @@ public:
thread.Start();
}
private:
/**
* Signals the object. The object should be locked prior to
* calling this function.
@ -254,7 +255,6 @@ public:
cond.signal();
}
private:
/**
* Signals the object. The object is temporarily locked by
* this function.