summaryrefslogtreecommitdiff
path: root/include/modules.h
diff options
context:
space:
mode:
authordanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2009-10-12 22:56:41 +0000
committerdanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2009-10-12 22:56:41 +0000
commit060f4034303f798ee0a55a926c2c2a120b865df4 (patch)
treef4bec8a2bd0f2818e64f825ab694d58b5f427296 /include/modules.h
parent72da918ac57590981b2ed1c2c16edc7a39ad31e6 (diff)
DLLFactory--
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11861 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/modules.h')
-rw-r--r--include/modules.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules.h b/include/modules.h
index b96e6c703..16a64c497 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -360,7 +360,7 @@ class CoreExport Module : public Extensible
std::string ModuleSourceFile;
/** Reference to the dlopen() value
*/
- DLLFactory* ModuleDLLFactory;
+ DLLManager* ModuleDLLManager;
/** Default constructor.
* Creates a module class.