diff options
| author | 2003-07-22 21:56:38 +0000 | |
|---|---|---|
| committer | 2003-07-22 21:56:38 +0000 | |
| commit | 61b45c935dbb50c280970c9f431fd1c7ef4eb680 (patch) | |
| tree | af2d10b329c9ef362d97c884827dd1e0a11841b4 /src/connection.cpp | |
| parent | Added more code for custom channel/user modes via modules (diff) | |
| download | inspircd++-61b45c935dbb50c280970c9f431fd1c7ef4eb680.tar.gz inspircd++-61b45c935dbb50c280970c9f431fd1c7ef4eb680.tar.bz2 inspircd++-61b45c935dbb50c280970c9f431fd1c7ef4eb680.zip | |
STL namespace fixes
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@176 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/connection.cpp')
| -rw-r--r-- | src/connection.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/connection.cpp b/src/connection.cpp index 6592cfd10..33eb405ad 100644 --- a/src/connection.cpp +++ b/src/connection.cpp @@ -7,8 +7,8 @@ #include "inspircd.h" #include "modules.h" -extern vector<Module*> modules; -extern vector<ircd_module*> factory; +extern std::vector<Module*> modules; +extern std::vector<ircd_module*> factory; extern int MODCOUNT; |
