From 314ff5b750359a9ca78fbedfe001931eea6fa468 Mon Sep 17 00:00:00 2001 From: Sunwook Bae Date: Fri, 29 Mar 2013 09:17:15 +0900 Subject: [PATCH] Fix a build error Change-Id: I7297e2fff1d85ca35e48ca93ab5c6ddba9ab9b07 Signed-off-by: Sunwook Bae --- src/IpcServer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/IpcServer.cpp b/src/IpcServer.cpp index d5eab4c..4c171c9 100644 --- a/src/IpcServer.cpp +++ b/src/IpcServer.cpp @@ -381,7 +381,7 @@ CATCH: } int -IpcServer::GetClientProcessId(void) const +IpcServer::GetClientId(void) const { if (__pCurrentClientInfo) { -- 2.7.4