summaryrefslogtreecommitdiff
path: root/include/threadengines/threadengine_pthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/threadengines/threadengine_pthread.h')
-rw-r--r--include/threadengines/threadengine_pthread.h2
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)