Fix forward declaration typo in UlpfecGenerator.

BUG=webrtc:5654
NOTRY=true

Review-Url: https://codereview.webrtc.org/2481343004
Cr-Commit-Position: refs/heads/master@{#14963}
This commit is contained in:
brandtr 2016-11-08 00:28:58 -08:00 committed by Commit bot
parent 556f49d6b6
commit 9ed35a4bd3

View File

@ -19,7 +19,7 @@
namespace webrtc {
class FlexfecSenderImpl;
class FlexfecSender;
class RedPacket {
public: