summaryrefslogtreecommitdiff
path: root/include/threadengines
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2008-02-22 21:19:19 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2008-02-22 21:19:19 +0000
commit8df7899385b6b2d856c5967941ea70a291efa73c (patch)
treeaed226536753e1f576e4ffb89fa61b9d56153f82 /include/threadengines
parente71625d79ce4bf025125a03b1dfaf5cf9086c531 (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')
-rw-r--r--include/threadengines/threadengine_pthread.h2
-rw-r--r--include/threadengines/threadengine_win32.h2
2 files changed, 2 insertions, 2 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)
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)