mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 947875 - Tracelogger: Fix builds after HashMap changes, r=bhackett
This commit is contained in:
parent
dd754cf582
commit
209e679b9b
@ -161,7 +161,7 @@ TraceLogging::log(Type type, const char* text /* = nullptr */, unsigned int numb
|
||||
if (!textMap.add(p, text, textId))
|
||||
return;
|
||||
} else {
|
||||
textId = p->value;
|
||||
textId = p->value();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user