Mercurial > hg > svapp
comparison audioio/AudioPulseAudioTarget.h @ 366:0876ea394902 warnfix_no_size_t
Remove size_t's, fix compiler warnings
author | Chris Cannam |
---|---|
date | Tue, 17 Jun 2014 16:23:06 +0100 |
parents | 2aa263b384f8 |
children | 72c662fe7ea3 |
comparison
equal
deleted
inserted
replaced
355:e7a3fa8f4eec | 366:0876ea394902 |
---|---|
44 | 44 |
45 public slots: | 45 public slots: |
46 virtual void sourceModelReplaced(); | 46 virtual void sourceModelReplaced(); |
47 | 47 |
48 protected: | 48 protected: |
49 void streamWrite(size_t); | 49 void streamWrite(int); |
50 void streamStateChanged(); | 50 void streamStateChanged(); |
51 void contextStateChanged(); | 51 void contextStateChanged(); |
52 | 52 |
53 static void streamWriteStatic(pa_stream *, size_t, void *); | 53 static void streamWriteStatic(pa_stream *, size_t, void *); |
54 static void streamStateChangedStatic(pa_stream *, void *); | 54 static void streamStateChangedStatic(pa_stream *, void *); |