diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/PlayerControl.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
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. |