diff options
Diffstat (limited to 'fxjs/global_timer.h')
-rw-r--r-- | fxjs/global_timer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fxjs/global_timer.h b/fxjs/global_timer.h index ec8806b9a1..63bda57be4 100644 --- a/fxjs/global_timer.h +++ b/fxjs/global_timer.h @@ -13,7 +13,7 @@ class GlobalTimer { public: - GlobalTimer(app* pObj, + GlobalTimer(CJS_App* pObj, CPDFSDK_FormFillEnvironment* pFormFillEnv, CJS_Runtime* pRuntime, int nType, @@ -36,7 +36,7 @@ class GlobalTimer { static TimerMap* GetGlobalTimerMap(); uint32_t m_nTimerID; - app* const m_pEmbedObj; + CJS_App* const m_pEmbedApp; bool m_bProcessing; // data |