commit | 9ed35a4bd3ab40092e79763deee57b5a669eb549 | [log] [tgz] |
---|---|---|
author | brandtr <brandtr@webrtc.org> | Tue Nov 08 08:28:58 2016 |
committer | Commit bot <commit-bot@chromium.org> | Tue Nov 08 08:29:06 2016 |
tree | 327a6db0751dd64d54b564aef3bd483e3ab4179d | |
parent | 556f49d6b6009f4110872f06510e734fdde74a79 [diff] |
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}
diff --git a/webrtc/modules/rtp_rtcp/source/ulpfec_generator.h b/webrtc/modules/rtp_rtcp/source/ulpfec_generator.h index faff58f..52e03cd 100644 --- a/webrtc/modules/rtp_rtcp/source/ulpfec_generator.h +++ b/webrtc/modules/rtp_rtcp/source/ulpfec_generator.h
@@ -19,7 +19,7 @@ namespace webrtc { -class FlexfecSenderImpl; +class FlexfecSender; class RedPacket { public: