mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1170758 - Make non-debug GraphSpewer constructor explicit. r=nbp
This commit is contained in:
parent
bc59d8edde
commit
9e7d61cd4e
@ -171,7 +171,7 @@ void EnableIonDebugAsyncLogging();
|
||||
class GraphSpewer
|
||||
{
|
||||
public:
|
||||
GraphSpewer(TempAllocator *alloc) { }
|
||||
explicit GraphSpewer(TempAllocator *alloc) { }
|
||||
|
||||
bool isSpewing() { return false; }
|
||||
void init(MIRGraph* graph, JSScript* function) { }
|
||||
|
Loading…
Reference in New Issue
Block a user