summaryrefslogtreecommitdiff
path: root/xfa/include/fwl/core/fwl_thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/include/fwl/core/fwl_thread.h')
-rw-r--r--xfa/include/fwl/core/fwl_thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/include/fwl/core/fwl_thread.h b/xfa/include/fwl/core/fwl_thread.h
index c10f72900c..d83c74f8c4 100644
--- a/xfa/include/fwl/core/fwl_thread.h
+++ b/xfa/include/fwl/core/fwl_thread.h
@@ -25,7 +25,7 @@
class CFWL_ThreadImp;
class IFWL_NoteDriver;
-typedef struct _FWL_HTHREAD { void* pData; } * FWL_HTHREAD;
+typedef struct FWL_HTHREAD_ { void* pData; } * FWL_HTHREAD;
class IFWL_Thread {
public: