diff options
Diffstat (limited to 'fpdfsdk/include/fsdk_rendercontext.h')
-rw-r--r-- | fpdfsdk/include/fsdk_rendercontext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/include/fsdk_rendercontext.h b/fpdfsdk/include/fsdk_rendercontext.h index 8945d181f9..b2bc163b49 100644 --- a/fpdfsdk/include/fsdk_rendercontext.h +++ b/fpdfsdk/include/fsdk_rendercontext.h @@ -34,7 +34,7 @@ class IFSDK_PAUSE_Adapter : public IFX_Pause { public: IFSDK_PAUSE_Adapter(IFSDK_PAUSE* IPause ); - bool NeedToPauseNow(); + FX_BOOL NeedToPauseNow(); private: IFSDK_PAUSE* m_IPause; |