From 5384ddf545575bc27904b3534fb9d2340de7a1d7 Mon Sep 17 00:00:00 2001 From: attilamolnar Date: Tue, 27 Aug 2013 15:03:10 +0200 Subject: Fix Windows build and a few more problems --- src/modules/m_spanningtree/commands.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/m_spanningtree') diff --git a/src/modules/m_spanningtree/commands.h b/src/modules/m_spanningtree/commands.h index d0465a447..700176a16 100644 --- a/src/modules/m_spanningtree/commands.h +++ b/src/modules/m_spanningtree/commands.h @@ -259,10 +259,10 @@ class CommandSNONotice : public ServerCommand CmdResult Handle(User* user, std::vector& parameters); }; -class CommandVersion : public ServerOnlyServerCommand +class CommandVersion : public ServerOnlyServerCommand { public: - CommandVersion(Module* Creator) : ServerOnlyServerCommand(Creator, "VERSION", 1) { } + CommandVersion(Module* Creator) : ServerOnlyServerCommand(Creator, "VERSION", 1) { } CmdResult HandleServer(TreeServer* server, std::vector& parameters); }; -- cgit v1.2.3