summaryrefslogtreecommitdiff
path: root/src/win32/winService.h
diff options
context:
space:
mode:
authorMarkus Grüneis <gimpf@gimpf.org>2010-02-16 19:17:43 +0000
committerMarkus Grüneis <gimpf@gimpf.org>2010-02-16 19:17:43 +0000
commit9865b9fde2d675d974d6a0414a4ec084e1905b84 (patch)
treeb54265a0e3225560701a01d3d82efe3333e9c70b /src/win32/winService.h
parentcleaned up manpages (diff)
fixed win32 build
Diffstat (limited to 'src/win32/winService.h')
-rw-r--r--src/win32/winService.h2
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