summaryrefslogtreecommitdiff
path: root/src/win32/pthread/pthread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/win32/pthread/pthread.cpp')
-rw-r--r--src/win32/pthread/pthread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win32/pthread/pthread.cpp b/src/win32/pthread/pthread.cpp
index 237f29dd4..971066d0e 100644
--- a/src/win32/pthread/pthread.cpp
+++ b/src/win32/pthread/pthread.cpp
@@ -8,7 +8,7 @@
#include "pthread.h"
-struct ThreadInfo
+struct ThreadInfo final
{
void *(*entry)(void *);
void *param;