| Index: xfa/src/fwl/src/basewidget/include/fwl_caretimp.h
|
| diff --git a/xfa/src/fwl/src/basewidget/include/fwl_caretimp.h b/xfa/src/fwl/src/basewidget/include/fwl_caretimp.h
|
| index 5b7d0642ef7bad755e330ffc3c6f858d14f8aa6e..836182ac3d78f15d50f240f141a38e3f1679f954 100644
|
| --- a/xfa/src/fwl/src/basewidget/include/fwl_caretimp.h
|
| +++ b/xfa/src/fwl/src/basewidget/include/fwl_caretimp.h
|
| @@ -14,9 +14,8 @@ class CFWL_CaretImp;
|
| class CFWL_CaretImpDelegate;
|
| class CFWL_CaretImp : public CFWL_WidgetImp {
|
| public:
|
| - CFWL_CaretImp(IFWL_Widget* pOuter = NULL);
|
| CFWL_CaretImp(const CFWL_WidgetImpProperties& properties,
|
| - IFWL_Widget* pOuter = NULL);
|
| + IFWL_Widget* pOuter);
|
| virtual ~CFWL_CaretImp();
|
|
|
| virtual FWL_ERR GetClassName(CFX_WideString& wsClass) const;
|
|
|