mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1120655 - Bustage fix for single-arg constructor on a CLOSED TREE
This commit is contained in:
parent
f6f13b5101
commit
a1a2c0a9dc
@ -1313,7 +1313,7 @@ class AutoEnterIteration {
|
||||
GCRuntime *gc;
|
||||
|
||||
public:
|
||||
AutoEnterIteration(GCRuntime *gc_) : gc(gc_) {
|
||||
explicit AutoEnterIteration(GCRuntime *gc_) : gc(gc_) {
|
||||
++gc->numActiveZoneIters;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user