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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/threadengines/threadengine_pthread.h b/include/threadengines/threadengine_pthread.h
index e3f8b0860..76548c252 100644
--- a/include/threadengines/threadengine_pthread.h
+++ b/include/threadengines/threadengine_pthread.h
@@ -64,12 +64,12 @@ class CoreExport PosixMutex : public Mutex
~PosixMutex();
};
-class CoreExport MutexEngine : public Extensible
+class CoreExport MutexFactory : public Extensible
{
protected:
InspIRCd* ServerInstance;
public:
- MutexEngine(InspIRCd* Instance);
+ MutexFactory(InspIRCd* Instance);
Mutex* CreateMutex();
};