summaryrefslogtreecommitdiff
path: root/src/audiooutputhandler.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2014-09-21 09:36:45 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2014-09-21 09:36:45 +0200
commitd40a2d23e2bde81d2ab2ef316b4b3c30450041eb (patch)
tree75f997d877ff8dac7b2fc8a8afec38f792392cf5 /src/audiooutputhandler.h
parentd6c86e2037dae147bb0292b9da109614872a99d7 (diff)
Read key and ssrc form config file.
Diffstat (limited to 'src/audiooutputhandler.h')
-rw-r--r--src/audiooutputhandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audiooutputhandler.h b/src/audiooutputhandler.h
index ff2054e..03777d6 100644
--- a/src/audiooutputhandler.h
+++ b/src/audiooutputhandler.h
@@ -38,7 +38,7 @@ public:
AudioOutputHandler();
public slots:
- void newAudio(Frame frame);
+ void newAudio(int peer, Frame frame);
private:
SoundPlayer player;