From 278c40f301b7adddc6a40c0b9061356b49909ed8 Mon Sep 17 00:00:00 2001 From: Yonit Halperin Date: Mon, 9 Nov 2009 17:20:30 +0200 Subject: spice client: cosmetic changes --- client/x11/record.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/x11/record.h') diff --git a/client/x11/record.h b/client/x11/record.h index 540f1d2f..753665f0 100644 --- a/client/x11/record.h +++ b/client/x11/record.h @@ -26,7 +26,7 @@ class WaveRecorder: public WaveRecordAbstract { public: - WaveRecorder(Platform::RecordClinet& client, + WaveRecorder(Platform::RecordClient& client, uint32_t sampels_per_sec, uint32_t bits_per_sample, uint32_t channels); @@ -44,7 +44,7 @@ private: void on_event(); private: - Platform::RecordClinet& _client; + Platform::RecordClient& _client; snd_pcm_t* _pcm; snd_pcm_hw_params_t* _hw_params; snd_pcm_sw_params_t* _sw_params; -- cgit