summaryrefslogtreecommitdiff
path: root/xfa/src/fwl/src/core/include/fwl_threadimp.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/src/fwl/src/core/include/fwl_threadimp.h')
-rw-r--r--xfa/src/fwl/src/core/include/fwl_threadimp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/src/fwl/src/core/include/fwl_threadimp.h b/xfa/src/fwl/src/core/include/fwl_threadimp.h
index e03e6c6e15..26acc54006 100644
--- a/xfa/src/fwl/src/core/include/fwl_threadimp.h
+++ b/xfa/src/fwl/src/core/include/fwl_threadimp.h
@@ -48,6 +48,6 @@ protected:
FWL_HTHREAD m_hThread;
static CFWL_ControlThread * _assistantThreadHandler;
static FWL_HTHREAD _assistantThread;
- static FX_INT32 _refCount;
+ static int32_t _refCount;
};
#endif