mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1224254 - Bustage fix on a CLOSED TREE
This commit is contained in:
parent
2dc51d50d4
commit
8d0b29780f
@ -1236,7 +1236,7 @@ public:
|
||||
|
||||
static uint32_t GetMaxSurfaceSize(BackendType aType);
|
||||
|
||||
static LogForwarder* GetLogForwarder() { return sConfig->mLogForwarder; }
|
||||
static LogForwarder* GetLogForwarder() { return sConfig ? sConfig->mLogForwarder : nullptr; }
|
||||
|
||||
private:
|
||||
static Config* sConfig;
|
||||
|
Loading…
Reference in New Issue
Block a user