From 175fecde97660a9272ba3cf71ad7fe47f72048d8 Mon Sep 17 00:00:00 2001 From: "stefan@webrtc.org" Date: Mon, 23 Jan 2012 15:23:31 +0000 Subject: [PATCH] Fix clang build error. TBR=henrik.lundin@webrtc.org BUG= TEST= Review URL: https://webrtc-codereview.appspot.com/367005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1505 4adac7df-926f-26a2-2b94-8c16560cd09d --- src/modules/video_coding/main/test/rtp_player.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/video_coding/main/test/rtp_player.h b/src/modules/video_coding/main/test/rtp_player.h index 4a407a6003..eac6ba8fa5 100644 --- a/src/modules/video_coding/main/test/rtp_player.h +++ b/src/modules/video_coding/main/test/rtp_player.h @@ -25,7 +25,7 @@ #define FIRSTLINELEN 40 #define RAND_VEC_LENGTH 4096 -class PayloadCodecTuple; +struct PayloadCodecTuple; struct RawRtpPacket {