From 060f4034303f798ee0a55a926c2c2a120b865df4 Mon Sep 17 00:00:00 2001 From: danieldg Date: Mon, 12 Oct 2009 22:56:41 +0000 Subject: DLLFactory-- git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11861 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/modules.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/modules.h') 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. -- cgit v1.2.3