summaryrefslogtreecommitdiff
path: root/rtpSession.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'rtpSession.cpp')
-rw-r--r--rtpSession.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/rtpSession.cpp b/rtpSession.cpp
index cb8700a..6933917 100644
--- a/rtpSession.cpp
+++ b/rtpSession.cpp
@@ -30,10 +30,10 @@
#include "rtpSession.h"
-RtpSession::RtpSession() : mutex_()
+RtpSession::RtpSession()
{
}
-RtpSession::RtpSession(const RtpSession & src) : mutex_()
+RtpSession::RtpSession(const RtpSession & src)
{
}