mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1031349 - Fix the forward declaration of MP4Sample in WMFMediaDataDecoder.h; r=cpearce
This commit is contained in:
parent
717a1c8217
commit
7b7befbcb7
@ -13,7 +13,9 @@
|
|||||||
#include "MFTDecoder.h"
|
#include "MFTDecoder.h"
|
||||||
#include "mozilla/RefPtr.h"
|
#include "mozilla/RefPtr.h"
|
||||||
|
|
||||||
class mp4_demuxer::MP4Sample;
|
namespace mp4_demuxer {
|
||||||
|
class MP4Sample;
|
||||||
|
}
|
||||||
|
|
||||||
namespace mozilla {
|
namespace mozilla {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user