summaryrefslogtreecommitdiffstats
path: root/client/playback_channel.cpp
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-05-26 21:43:13 +0200
committerAlexander Larsson <alexl@redhat.com>2010-06-18 16:32:10 +0200
commitaa6b7b5beb4768e2384e21bfd4c1608cc1d39c39 (patch)
treeaff31755cda96666ae49e56dd8918eb15a31086b /client/playback_channel.cpp
parent1ba1ce52ed2b70c9d5671f17e8047c3d548da96a (diff)
downloadspice-aa6b7b5beb4768e2384e21bfd4c1608cc1d39c39.tar.gz
spice-aa6b7b5beb4768e2384e21bfd4c1608cc1d39c39.tar.xz
spice-aa6b7b5beb4768e2384e21bfd4c1608cc1d39c39.zip
Use the correctly spelled enum values from the new generated enums
Diffstat (limited to 'client/playback_channel.cpp')
-rw-r--r--client/playback_channel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/playback_channel.cpp b/client/playback_channel.cpp
index e1aa0653..3e8bb46a 100644
--- a/client/playback_channel.cpp
+++ b/client/playback_channel.cpp
@@ -147,7 +147,7 @@ PlaybackChannel::PlaybackChannel(RedClient& client, uint32_t id)
: RedChannel(client, SPICE_CHANNEL_PLAYBACK, id, new PlaybackHandler(*this),
Platform::PRIORITY_HIGH)
, _wave_player (NULL)
- , _mode (SPICE_AUDIO_DATA_MODE_INVALD)
+ , _mode (SPICE_AUDIO_DATA_MODE_INVALID)
, _celt_mode (NULL)
, _celt_decoder (NULL)
, _playing (false)