From b9ae5e0ed6e4238c7410265ed5530931d4552f7d Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Sat, 8 Mar 2008 18:39:15 +0000 Subject: added SyncRtpCommand --- rtpSession.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rtpSession.cpp') 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) { } -- cgit v1.2.3