From 936526fd093bd8ca351d5ed65ce9be8ec94ca1d0 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 20 Jan 2010 19:58:19 +0000 Subject: fixed build for WinService --- src/win32/winService.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/win32/winService.h') diff --git a/src/win32/winService.h b/src/win32/winService.h index 4cb485a..ed05367 100644 --- a/src/win32/winService.h +++ b/src/win32/winService.h @@ -50,7 +50,7 @@ public: static VOID WINAPI ctrlHandler(DWORD dwCtrl); void reportStatus(DWORD dwCurrentState, DWORD dwWin32ExitCode); - int handleCtrlSignal(const int& sig, const std::string& msg); + int handleCtrlSignal(int sig, const std::string& msg); private: WinService() {}; -- cgit v1.2.3