Commit 0d971963 authored by Max Kellermann's avatar Max Kellermann

player/Control: make several methods `private`

parent 287cff40
...@@ -246,6 +246,7 @@ public: ...@@ -246,6 +246,7 @@ public:
thread.Start(); thread.Start();
} }
private:
/** /**
* Signals the object. The object should be locked prior to * Signals the object. The object should be locked prior to
* calling this function. * calling this function.
...@@ -254,7 +255,6 @@ public: ...@@ -254,7 +255,6 @@ public:
cond.signal(); cond.signal();
} }
private:
/** /**
* Signals the object. The object is temporarily locked by * Signals the object. The object is temporarily locked by
* this function. * this function.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment