test/ShutdownHandler: add `inline` to work around Windows linker problems
This commit is contained in:
parent
9c66b0414a
commit
bad829509e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue