Index: fpdfsdk/include/fpdfxfa/fpdfxfa_util.h |
diff --git a/fpdfsdk/include/fpdfxfa/fpdfxfa_util.h b/fpdfsdk/include/fpdfxfa/fpdfxfa_util.h |
index 9678453db67d56932f8b12ebb5541bc395cb054e..af69812471ef84c6afc709f9eceefd73c8820694 100644 |
--- a/fpdfsdk/include/fpdfxfa/fpdfxfa_util.h |
+++ b/fpdfsdk/include/fpdfxfa/fpdfxfa_util.h |
@@ -31,7 +31,7 @@ class CXFA_FWLAdapterTimerMgr : public IFWL_AdapterTimerMgr { |
protected: |
static void TimerProc(int32_t idEvent); |
- static std::vector<CFWL_TimerInfo*> s_TimerArray; |
+ static std::vector<CFWL_TimerInfo*>* s_TimerArray; |
CPDFDoc_Environment* const m_pEnv; |
}; |