summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/ScreenSharing/RTPSessionImpl.h')
-rw-r--r--Swiften/ScreenSharing/RTPSessionImpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/ScreenSharing/RTPSessionImpl.h b/Swiften/ScreenSharing/RTPSessionImpl.h
index 9bf08e5..231ec1e 100644
--- a/Swiften/ScreenSharing/RTPSessionImpl.h
+++ b/Swiften/ScreenSharing/RTPSessionImpl.h
@@ -19,7 +19,7 @@
namespace Swift {
class Sender : public jrtplib::RTPExternalSender {
public:
- Sender(boost::shared_ptr<UDPSocket> udpSocket) : udpSocket(udpSocket) {}
+ Sender(boost::shared_ptr<UDPSocket> udpSocket);
virtual bool SendRTP(const void* data, size_t len);
virtual bool SendRTCP(const void* data, size_t len);