From aa6b7b5beb4768e2384e21bfd4c1608cc1d39c39 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Wed, 26 May 2010 21:43:13 +0200 Subject: Use the correctly spelled enum values from the new generated enums --- client/playback_channel.cpp | 2 +- client/record_channel.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'client') 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) diff --git a/client/record_channel.cpp b/client/record_channel.cpp index 329dced1..893cc632 100644 --- a/client/record_channel.cpp +++ b/client/record_channel.cpp @@ -68,7 +68,7 @@ public: RecordChannel::RecordChannel(RedClient& client, uint32_t id) : RedChannel(client, SPICE_CHANNEL_RECORD, id, new RecordHandler(*this)) , _wave_recorder (NULL) - , _mode (SPICE_AUDIO_DATA_MODE_INVALD) + , _mode (SPICE_AUDIO_DATA_MODE_INVALID) , _celt_mode (NULL) , _celt_encoder (NULL) { -- cgit