From e10c287c93f2553f5b41ad16e5f9976ffb640bfe Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 30 Aug 2014 00:03:14 +0200 Subject: PlayerControl: make settings "const" --- src/PlayerControl.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/PlayerControl.hxx') diff --git a/src/PlayerControl.hxx b/src/PlayerControl.hxx index 2487eacff..4d06a1827 100644 --- a/src/PlayerControl.hxx +++ b/src/PlayerControl.hxx @@ -98,9 +98,9 @@ struct PlayerControl { MultipleOutputs &outputs; - unsigned buffer_chunks; + const unsigned buffer_chunks; - unsigned int buffered_before_play; + const unsigned buffered_before_play; /** * The handle of the player thread. -- cgit v1.2.3