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_win32.h | |
| parent | Comments (diff) | |
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_win32.h')
| -rw-r--r-- | include/threadengines/threadengine_win32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/threadengines/threadengine_win32.h b/include/threadengines/threadengine_win32.h index 96a3d25b4..39e6ae88d 100644 --- a/include/threadengines/threadengine_win32.h +++ b/include/threadengines/threadengine_win32.h @@ -44,7 +44,7 @@ class CoreExport Win32ThreadEngine : public ThreadEngine } }; -class ThreadEngineFactory : public classbase +class CoreExport ThreadEngineFactory : public classbase { public: ThreadEngine* Create(InspIRCd* ServerInstance) |
