summaryrefslogtreecommitdiffstats
path: root/client/windows/record.h
diff options
context:
space:
mode:
authorYonit Halperin <yhalperi@redhat.com>2009-11-09 17:20:30 +0200
committerYaniv Kamay <ykamay@redhat.com>2009-11-09 17:38:27 +0200
commit278c40f301b7adddc6a40c0b9061356b49909ed8 (patch)
tree00633740b5eaa152bfaaa419c18d86fa594627c1 /client/windows/record.h
parent49f5e5973c5be6ba23f1dbe9c4ef5ab08017e962 (diff)
downloadspice-278c40f301b7adddc6a40c0b9061356b49909ed8.tar.gz
spice-278c40f301b7adddc6a40c0b9061356b49909ed8.tar.xz
spice-278c40f301b7adddc6a40c0b9061356b49909ed8.zip
spice client: cosmetic changes
Diffstat (limited to 'client/windows/record.h')
-rw-r--r--client/windows/record.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/windows/record.h b/client/windows/record.h
index cd33a2aa..283f2824 100644
--- a/client/windows/record.h
+++ b/client/windows/record.h
@@ -23,7 +23,7 @@
class WaveRecorder: public WaveRecordAbstract, public EventSources::Trigger {
public:
- WaveRecorder(Platform::RecordClinet& client, uint32_t sampels_per_sec,
+ WaveRecorder(Platform::RecordClient& client, uint32_t sampels_per_sec,
uint32_t bits_per_sample, uint32_t channels);
virtual ~WaveRecorder();
@@ -42,7 +42,7 @@ private:
void push_frames();
private:
- Platform::RecordClinet& _client;
+ Platform::RecordClient& _client;
HWAVEIN _wave_in;
uint8_t* _ring;
uint32_t _ring_item_size;