diff options
Diffstat (limited to 'fpdfsdk/pwl/cpwl_caret.h')
-rw-r--r-- | fpdfsdk/pwl/cpwl_caret.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fpdfsdk/pwl/cpwl_caret.h b/fpdfsdk/pwl/cpwl_caret.h index fb0fa8978c..d60a96419b 100644 --- a/fpdfsdk/pwl/cpwl_caret.h +++ b/fpdfsdk/pwl/cpwl_caret.h @@ -18,8 +18,8 @@ class CPWL_Caret : public CPWL_Wnd { ByteString GetClassName() const override; void DrawThisAppearance(CFX_RenderDevice* pDevice, const CFX_Matrix& mtUser2Device) override; - void InvalidateRect(CFX_FloatRect* pRect) override; - void SetVisible(bool bVisible) override {} + bool InvalidateRect(CFX_FloatRect* pRect) override; + bool SetVisible(bool bVisible) override; void TimerProc() override; void SetCaret(bool bVisible, |