From 104fa7c879398c67cdaab3f7064ca9f6da07b072 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Thu, 25 Feb 2016 14:42:01 -0800 Subject: Fix static initializers. R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1725303003 . --- fpdfsdk/include/fpdfxfa/fpdfxfa_util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fpdfsdk/include') diff --git a/fpdfsdk/include/fpdfxfa/fpdfxfa_util.h b/fpdfsdk/include/fpdfxfa/fpdfxfa_util.h index 9678453db6..af69812471 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 s_TimerArray; + static std::vector* s_TimerArray; CPDFDoc_Environment* const m_pEnv; }; -- cgit v1.2.3