summaryrefslogtreecommitdiff
path: root/src/win32/winService.h
diff options
context:
space:
mode:
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