diff options
Diffstat (limited to 'ipc/ipc_logging.h')
-rw-r--r-- | ipc/ipc_logging.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/ipc_logging.h b/ipc/ipc_logging.h index ee2f62b..56c8d1c 100644 --- a/ipc/ipc_logging.h +++ b/ipc/ipc_logging.h @@ -46,7 +46,7 @@ class Logging { void SetConsumer(Consumer* consumer); ~Logging(); - static Logging* current(); + static Logging* GetInstance(); // Enable and Disable are NOT cross-process; they only affect the // current thread/process. If you want to modify the value for all |