Commit bad82950 authored by Max Kellermann's avatar Max Kellermann

test/ShutdownHandler: add `inline` to work around Windows linker problems

parent 9c66b041
...@@ -29,8 +29,8 @@ public: ...@@ -29,8 +29,8 @@ public:
}; };
#ifdef _WIN32 #ifdef _WIN32
ShutdownHandler::ShutdownHandler(EventLoop &loop) {} inline ShutdownHandler::ShutdownHandler(EventLoop &) {}
ShutdownHandler::~ShutdownHandler() {} inline ShutdownHandler::~ShutdownHandler() {}
#endif #endif
#endif #endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment