summaryrefslogtreecommitdiff
path: root/include/threadengines/threadengine_win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/threadengines/threadengine_win32.h')
-rw-r--r--include/threadengines/threadengine_win32.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/threadengines/threadengine_win32.h b/include/threadengines/threadengine_win32.h
index e19f24ca0..9179d1fcf 100644
--- a/include/threadengines/threadengine_win32.h
+++ b/include/threadengines/threadengine_win32.h
@@ -63,12 +63,12 @@ class CoreExport Win32Mutex : public Mutex
~Win32Mutex();
};
-class CoreExport MutexEngine : public Extensible
+class CoreExport MutexFactory : public Extensible
{
protected:
InspIRCd* ServerInstance;
public:
- MutexEngine(InspIRCd* Instance);
+ MutexFactory(InspIRCd* Instance);
virtual Mutex* CreateMutex();
};