diff options
author | Markus Grüneis <gimpf@gimpf.org> | 2010-02-16 19:17:43 +0000 |
---|---|---|
committer | Markus Grüneis <gimpf@gimpf.org> | 2010-02-16 19:17:43 +0000 |
commit | 9865b9fde2d675d974d6a0414a4ec084e1905b84 (patch) | |
tree | b54265a0e3225560701a01d3d82efe3333e9c70b /src/win32/winService.h | |
parent | cleaned up manpages (diff) |
fixed win32 build
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 ecba55d..9c95400 100644 --- a/src/win32/winService.h +++ b/src/win32/winService.h @@ -68,7 +68,7 @@ private: SERVICE_STATUS_HANDLE status_handle_; }; -typedef class WinService DaemonService; +typedef WinService DaemonService; #endif |