diff options
Diffstat (limited to 'src')
-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 |