summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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);