diff options
author | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-09-30 03:22:25 +0000 |
---|---|---|
committer | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-09-30 03:22:25 +0000 |
commit | e279597c0b166d627bff09ecc8f1fcd28a631660 (patch) | |
tree | 64d87a0d5660188c2871c91d57960a520ed2c8aa /include/dynamic.h | |
parent | 6b27fae945e5310a76cb7fa2a5ff0059cd436ac9 (diff) |
Fix compilation of SQL modules, use GlobalCulls to clean up deleted modules
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11780 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/dynamic.h')
-rw-r--r-- | include/dynamic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dynamic.h b/include/dynamic.h index 19ff7bdaf..ec09675e0 100644 --- a/include/dynamic.h +++ b/include/dynamic.h @@ -17,7 +17,7 @@ /** The DLLManager class is able to load a module file by filename, * and locate its init_module symbol. */ -class CoreExport DLLManager +class CoreExport DLLManager : public classbase { protected: |