summaryrefslogtreecommitdiff
path: root/include/threadengines
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2008-02-21 17:11:31 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2008-02-21 17:11:31 +0000
commit4e5244a4d82ea5083c401ac04440cb8dd6003941 (patch)
tree44dfd2c5d6a33b8b5f5bb799e05d9dc5ed31725a /include/threadengines
parente05da189dada72dbd5b9e2667e66a289ff2ca9ba (diff)
Now buildble.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8982 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/threadengines')
-rw-r--r--include/threadengines/threadengine_pthread.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/threadengines/threadengine_pthread.h b/include/threadengines/threadengine_pthread.h
index e8f7a4087..7e4d4ec3f 100644
--- a/include/threadengines/threadengine_pthread.h
+++ b/include/threadengines/threadengine_pthread.h
@@ -42,6 +42,7 @@ class CoreExport PThreadEngine : public ThreadEngine
class ThreadEngineFactory : public classbase
{
+ public:
ThreadEngine* Create(InspIRCd* ServerInstance)
{
return new PThreadEngine(ServerInstance);