summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/ScreenSharing/VP8RTPParser.cpp')
-rw-r--r--Swiften/ScreenSharing/VP8RTPParser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/ScreenSharing/VP8RTPParser.cpp b/Swiften/ScreenSharing/VP8RTPParser.cpp
index 5a725ea..053a50a 100644
--- a/Swiften/ScreenSharing/VP8RTPParser.cpp
+++ b/Swiften/ScreenSharing/VP8RTPParser.cpp
@@ -10,7 +10,7 @@
namespace Swift {
-VP8RTPParser::VP8RTPParser(VP8Decoder* decoder)
+VP8RTPParser::VP8RTPParser(VideoDecoder* decoder)
: decoder(decoder), firstPacket(true)
{
}