diff options
author | Christian Pointner <equinox@anytun.org> | 2010-01-20 19:58:19 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2010-01-20 19:58:19 +0000 |
commit | 936526fd093bd8ca351d5ed65ce9be8ec94ca1d0 (patch) | |
tree | 10584c865bd56beedb69403d0de1f888274cc860 /src/win32/winService.h | |
parent | type cleanup (diff) |
fixed build for WinService
Diffstat (limited to 'src/win32/winService.h')
-rw-r--r-- | src/win32/winService.h | 2 |
1 files changed, 1 insertions, 1 deletions
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() {}; |