mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 792263 follow-up: Use class instead of struct to satisfy pesky compiler warnings (or rather, errors)
--HG-- extra : rebase_source : 900df4204ac807bb9d8e35d2837971905ecde151
This commit is contained in:
parent
fe47e70ae5
commit
1aad4eaa4d
@ -19,7 +19,7 @@
|
||||
#include "MediaBufferDecoder.h"
|
||||
|
||||
struct JSContext;
|
||||
struct JSObject;
|
||||
class JSObject;
|
||||
class nsIDOMWindow;
|
||||
|
||||
namespace mozilla {
|
||||
|
Loading…
Reference in New Issue
Block a user