aboutsummaryrefslogtreecommitdiff
path: root/src/message.cpp
diff options
context:
space:
mode:
authorGravatar brain2005-03-25 05:32:34 +0000
committerGravatar brain2005-03-25 05:32:34 +0000
commit71552d40b60e57b8658d7660df5b9145af4d03af (patch)
treec197c656d6e325afa8026dc722a88275609b5773 /src/message.cpp
parentDocumentation update (diff)
Changed occurances of vector to std::vector
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@900 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/message.cpp')
-rw-r--r--src/message.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/message.cpp b/src/message.cpp
index 0bffd7119..bb27ceff4 100644
--- a/src/message.cpp
+++ b/src/message.cpp
@@ -52,8 +52,8 @@
using namespace std;
extern int MODCOUNT;
-extern vector<Module*> modules;
-extern vector<ircd_module*> factory;
+extern std::vector<Module*> modules;
+extern std::vector<ircd_module*> factory;
/* return 0 or 1 depending if users u and u2 share one or more common channels
* (used by QUIT, NICK etc which arent channel specific notices) */