From 0d971963fd879383b16bb3dad0ff2c7f423ec7af Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 23 Sep 2018 17:19:49 +0200 Subject: [PATCH] player/Control: make several methods `private` --- src/player/Control.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/player/Control.hxx b/src/player/Control.hxx index db20af4ce..a17d1a814 100644 --- a/src/player/Control.hxx +++ b/src/player/Control.hxx @@ -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.