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 b2bc163b49..8945d181f9 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 ); - FX_BOOL NeedToPauseNow(); + bool NeedToPauseNow(); private: IFSDK_PAUSE* m_IPause; |