mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1241239 - Fix missing 'using mozilla::LogLevel' in nsIdleServiceGTK.cpp. r=karlt
This commit is contained in:
parent
cb610b6ed7
commit
3ea52d6c92
@ -13,6 +13,8 @@
|
||||
#include "prlink.h"
|
||||
#include "mozilla/Logging.h"
|
||||
|
||||
using mozilla::LogLevel;
|
||||
|
||||
static PRLogModuleInfo* sIdleLog = nullptr;
|
||||
|
||||
typedef bool (*_XScreenSaverQueryExtension_fn)(Display* dpy, int* event_base,
|
||||
|
Loading…
Reference in New Issue
Block a user