diff options
author | Max Kellermann <max@duempel.org> | 2014-08-30 00:03:14 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-08-30 00:28:02 +0200 |
commit | e10c287c93f2553f5b41ad16e5f9976ffb640bfe (patch) | |
tree | 726884f6ca2e42d36aa4bb2db0462dff7c21ede9 /src | |
parent | ce42d53a0910cb5a581cd57e30efd74eb5420288 (diff) | |
download | mpd-e10c287c93f2553f5b41ad16e5f9976ffb640bfe.tar.gz mpd-e10c287c93f2553f5b41ad16e5f9976ffb640bfe.tar.xz mpd-e10c287c93f2553f5b41ad16e5f9976ffb640bfe.zip |
PlayerControl: make settings "const"
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. |