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

player/Control: make several methods `private`

parent 287cff40
......@@ -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.
......
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