diff options
| author | 2003-07-22 21:56:38 +0000 | |
|---|---|---|
| committer | 2003-07-22 21:56:38 +0000 | |
| commit | 61b45c935dbb50c280970c9f431fd1c7ef4eb680 (patch) | |
| tree | af2d10b329c9ef362d97c884827dd1e0a11841b4 /src/dynamic.cpp | |
| parent | Added more code for custom channel/user modes via modules (diff) | |
STL namespace fixes
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@176 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/dynamic.cpp')
| -rw-r--r-- | src/dynamic.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dynamic.cpp b/src/dynamic.cpp index e9cddcbbf..4c822e4ca 100644 --- a/src/dynamic.cpp +++ b/src/dynamic.cpp @@ -47,7 +47,7 @@ bool DLLManager::GetSymbol( DLLFactoryBase::DLLFactoryBase( const char *fname, - const char *factory=0 + const char *factory ) : DLLManager(fname) { // try get the factory function if there is no error yet |
