summaryrefslogtreecommitdiffstats
path: root/client/windows/record.h
diff options
context:
space:
mode:
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;