diff options
| author | 2019-07-04 14:04:34 +0100 | |
|---|---|---|
| committer | 2019-07-04 14:04:34 +0100 | |
| commit | 0d33974a75b0764864b316a481cfaf75937d3f57 (patch) | |
| tree | 0cb25a546b9fe309d03c4817fedd3dd538232c40 /src/modules | |
| parent | Stop prioritising OnUserConnect in the conn_umodes module. (diff) | |
Fix building on Windows.
This regression was introduced by #1659. This distinction is only
relevant on Windows so this should not affect non-Windows platforms.
Diffstat (limited to 'src/modules')
| -rw-r--r-- | src/modules/m_spanningtree/commands.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree/commands.h b/src/modules/m_spanningtree/commands.h index a57dcdfb6..f32ab9bb2 100644 --- a/src/modules/m_spanningtree/commands.h +++ b/src/modules/m_spanningtree/commands.h @@ -320,7 +320,7 @@ class SpanningTree::CommandPong : public ServerOnlyServerCommand<SpanningTree::C RouteDescriptor GetRouting(User* user, const Params& parameters) CXX11_OVERRIDE { return ROUTE_UNICAST(parameters[0]); } }; -class CoreExport CommandSave : public ServerCommand +class DllExport CommandSave : public ServerCommand { public: /** Timestamp of the uuid nick of all users who collided and got their nick changed to uuid |
