mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Forward declare JSContext as struct in the profiler code in order to avoid compiler warnings, no bug
This commit is contained in:
parent
84d3a15daf
commit
23e0c8958a
@ -10,7 +10,7 @@
|
||||
|
||||
class JSCustomObject;
|
||||
class JSCustomObjectBuilder;
|
||||
class JSContext;
|
||||
struct JSContext;
|
||||
class nsAString;
|
||||
|
||||
/* this is handy wrapper around JSAPI to make it more pleasant to use.
|
||||
|
Loading…
Reference in New Issue
Block a user