diff options
Diffstat (limited to 'xfa/include/fwl/basewidget/fwl_caret.h')
-rw-r--r-- | xfa/include/fwl/basewidget/fwl_caret.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xfa/include/fwl/basewidget/fwl_caret.h b/xfa/include/fwl/basewidget/fwl_caret.h index 3b8fccbc33..547f1c9ba8 100644 --- a/xfa/include/fwl/basewidget/fwl_caret.h +++ b/xfa/include/fwl/basewidget/fwl_caret.h @@ -17,9 +17,10 @@ class IFWL_Caret; class IFWL_Caret : public IFWL_Widget {
public:
static IFWL_Caret* Create();
+
FWL_ERR Initialize(IFWL_Widget* pOuter = NULL);
FWL_ERR Initialize(const CFWL_WidgetImpProperties& properties,
- IFWL_Widget* pOuter = NULL);
+ IFWL_Widget* pOuter);
FWL_ERR ShowCaret(FX_BOOL bFlag = TRUE);
FWL_ERR GetFrequency(FX_DWORD& elapse);
|