diff options
| author | 2008-02-22 21:19:19 +0000 | |
|---|---|---|
| committer | 2008-02-22 21:19:19 +0000 | |
| commit | 8df7899385b6b2d856c5967941ea70a291efa73c (patch) | |
| tree | aed226536753e1f576e4ffb89fa61b9d56153f82 /include/threadengines/threadengine_pthread.h | |
| parent | Comments (diff) | |
| download | inspircd++-8df7899385b6b2d856c5967941ea70a291efa73c.tar.gz inspircd++-8df7899385b6b2d856c5967941ea70a291efa73c.tar.bz2 inspircd++-8df7899385b6b2d856c5967941ea70a291efa73c.zip | |
CoreExport is required for the factories
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9011 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/threadengines/threadengine_pthread.h')
| -rw-r--r-- | include/threadengines/threadengine_pthread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/threadengines/threadengine_pthread.h b/include/threadengines/threadengine_pthread.h index c34ff6fd3..602484b4e 100644 --- a/include/threadengines/threadengine_pthread.h +++ b/include/threadengines/threadengine_pthread.h @@ -45,7 +45,7 @@ class CoreExport PThreadEngine : public ThreadEngine } }; -class ThreadEngineFactory : public classbase +class CoreExport ThreadEngineFactory : public classbase { public: ThreadEngine* Create(InspIRCd* ServerInstance) |
