summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_logging.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/ipc_logging.cc')
-rw-r--r--ipc/ipc_logging.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/ipc_logging.cc b/ipc/ipc_logging.cc
index 3b26cdc..2abbf0a 100644
--- a/ipc/ipc_logging.cc
+++ b/ipc/ipc_logging.cc
@@ -66,7 +66,7 @@ Logging::Logging()
Logging::~Logging() {
}
-Logging* Logging::current() {
+Logging* Logging::GetInstance() {
return Singleton<Logging>::get();
}