diff options
author | Max Kellermann <max@duempel.org> | 2013-01-15 23:21:14 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-15 23:21:14 +0100 |
commit | 49e79620fd12e08e40b56a46872ebcefdb75c123 (patch) | |
tree | 5ea9b20eabe22d9e4c9d886000a0fd12bcd1af75 | |
parent | ae5a721df97e351eec210533197de921a1fe747f (diff) | |
download | mpd-49e79620fd12e08e40b56a46872ebcefdb75c123.tar.gz mpd-49e79620fd12e08e40b56a46872ebcefdb75c123.tar.xz mpd-49e79620fd12e08e40b56a46872ebcefdb75c123.zip |
PlayerControl: initialise attribute "border_pause"
-rw-r--r-- | src/PlayerControl.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/PlayerControl.cxx b/src/PlayerControl.cxx index 6246e0233..62a8a4f80 100644 --- a/src/PlayerControl.cxx +++ b/src/PlayerControl.cxx @@ -45,7 +45,8 @@ player_control::player_control(unsigned _buffer_chunks, cross_fade_seconds(0), mixramp_db(0), mixramp_delay_seconds(std::nanf("")), - total_play_time(0) + total_play_time(0), + border_pause(false) { } |