Bugfix for clang.

Review URL: http://webrtc-codereview.appspot.com/351001

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1375 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
pwestin@webrtc.org 2012-01-10 15:33:40 +00:00
parent 5d35ceb34a
commit a1783598a7

View File

@ -12,7 +12,7 @@
#include "rtp_rtcp.h"
#include "rtp_rtcp_defines.h"
using namespace webrtc;
namespace webrtc {
class FakeRtpRtcpClock : public RtpRtcpClock {
public:
@ -82,4 +82,5 @@ class RtpReceiver : public RtpData {
}
};
} // namespace webrtc