summaryrefslogtreecommitdiff
path: root/xfa/include/fwl/basewidget/fwl_caret.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/include/fwl/basewidget/fwl_caret.h')
-rw-r--r--xfa/include/fwl/basewidget/fwl_caret.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/xfa/include/fwl/basewidget/fwl_caret.h b/xfa/include/fwl/basewidget/fwl_caret.h
index 547f1c9ba8..d2e8a807ce 100644
--- a/xfa/include/fwl/basewidget/fwl_caret.h
+++ b/xfa/include/fwl/basewidget/fwl_caret.h
@@ -16,7 +16,7 @@ class IFWL_Caret;
#define FWL_PARTSTATE_CAT_HightLight 1
class IFWL_Caret : public IFWL_Widget {
public:
- static IFWL_Caret* Create();
+ IFWL_Caret();
FWL_ERR Initialize(IFWL_Widget* pOuter = NULL);
FWL_ERR Initialize(const CFWL_WidgetImpProperties& properties,
@@ -26,8 +26,5 @@ class IFWL_Caret : public IFWL_Widget {
FWL_ERR GetFrequency(FX_DWORD& elapse);
FWL_ERR SetFrequency(FX_DWORD elapse);
FWL_ERR SetColor(CFX_Color crFill);
-
- protected:
- IFWL_Caret();
};
#endif