diff options
author | Peter Powell <petpow@saberuk.com> | 2019-07-04 14:04:34 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-07-04 14:04:34 +0100 |
commit | 0d33974a75b0764864b316a481cfaf75937d3f57 (patch) | |
tree | 0cb25a546b9fe309d03c4817fedd3dd538232c40 /src/modules | |
parent | fb6bf272c137584b54cb57e387b06f2bb1058c9b (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 |