]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_samode.cpp
Remove an extern, partly because it's unused, partly because it then gets shadowed...
[user/henk/code/inspircd.git] / src / modules / m_samode.cpp
index 440d0301e56a95b6c7c76875f0c887e175f44bd1..afcc3082c04705aa6558b433b9d9dcf01cb9c212 100644 (file)
@@ -36,7 +36,7 @@ using namespace std;
 #include "channels.h"
 #include "modules.h"
 
-Server *Srv;
+static Server *Srv;
         
 class cmd_samode : public command_t
 {