diff options
Diffstat (limited to 'xfa/fwl/core/cfwl_caret.h')
-rw-r--r-- | xfa/fwl/core/cfwl_caret.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xfa/fwl/core/cfwl_caret.h b/xfa/fwl/core/cfwl_caret.h index ad38f7a3ed..ada0405748 100644 --- a/xfa/fwl/core/cfwl_caret.h +++ b/xfa/fwl/core/cfwl_caret.h @@ -34,7 +34,8 @@ class CFWL_Caret : public CFWL_Widget { const CFX_Matrix* pMatrix) override; void Update() override; - void ShowCaret(bool bFlag = true); + void ShowCaret(); + void HideCaret(); private: class Timer : public CFWL_Timer { |