mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
No bug: class -> struct for compiler warning. r=dzbarsky
This commit is contained in:
parent
e13a479641
commit
79250d6a4c
@ -1062,7 +1062,7 @@ class SourceCompressorThread
|
||||
|
||||
struct SourceCompressionToken
|
||||
{
|
||||
friend class ScriptSource;
|
||||
friend struct ScriptSource;
|
||||
friend class SourceCompressorThread;
|
||||
private:
|
||||
JSRuntime *rt;
|
||||
|
Loading…
Reference in New Issue
Block a user