summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/threadengines/threadengine_win32.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/threadengines/threadengine_win32.cpp b/src/threadengines/threadengine_win32.cpp
index 5a0635a09..a20251348 100644
--- a/src/threadengines/threadengine_win32.cpp
+++ b/src/threadengines/threadengine_win32.cpp
@@ -18,7 +18,7 @@ ThreadEngine::ThreadEngine(InspIRCd* Instance)
{
}
-void ThreadEngine::Create(Thread* thread)
+void ThreadEngine::Start(Thread* thread)
{
ThreadData* data = new ThreadData;
thread->state = data;