| Index: xfa/src/fwl/src/core/include/fwl_gridimp.h
|
| diff --git a/xfa/src/fwl/src/core/include/fwl_gridimp.h b/xfa/src/fwl/src/core/include/fwl_gridimp.h
|
| index bce154ded3d743cfc224592c9919cfbdc0ec2306..94042c16f892f529f26794a5a70d016b141a9bb6 100644
|
| --- a/xfa/src/fwl/src/core/include/fwl_gridimp.h
|
| +++ b/xfa/src/fwl/src/core/include/fwl_gridimp.h
|
| @@ -70,8 +70,7 @@ class CFWL_GridWidgetInfo {
|
| };
|
| class CFWL_GridImp : public CFWL_ContentImp {
|
| public:
|
| - CFWL_GridImp();
|
| - CFWL_GridImp(const CFWL_WidgetImpProperties& properties);
|
| + CFWL_GridImp(const CFWL_WidgetImpProperties& properties, IFWL_Widget* pOuter);
|
| virtual ~CFWL_GridImp();
|
| virtual FWL_ERR GetClassName(CFX_WideString& wsClass) const;
|
| virtual FX_DWORD GetClassID() const;
|
|
|