summaryrefslogtreecommitdiff
path: root/test/ShutdownHandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/ShutdownHandler.hxx')
-rw-r--r--test/ShutdownHandler.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ShutdownHandler.hxx b/test/ShutdownHandler.hxx
index 4215275fd..41f44d3c7 100644
--- a/test/ShutdownHandler.hxx
+++ b/test/ShutdownHandler.hxx
@@ -29,8 +29,8 @@ public:
};
#ifdef _WIN32
-ShutdownHandler::ShutdownHandler(EventLoop &loop) {}
-ShutdownHandler::~ShutdownHandler() {}
+inline ShutdownHandler::ShutdownHandler(EventLoop &) {}
+inline ShutdownHandler::~ShutdownHandler() {}
#endif
#endif