| 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 56910c57e0fa914e16087dd25b836619b27624cc..bce154ded3d743cfc224592c9919cfbdc0ec2306 100644
|
| --- a/xfa/src/fwl/src/core/include/fwl_gridimp.h
|
| +++ b/xfa/src/fwl/src/core/include/fwl_gridimp.h
|
| @@ -183,9 +183,9 @@ class CFWL_GridImp : public CFWL_ContentImp {
|
| class CFWL_GridImpDelegate : public CFWL_WidgetImpDelegate {
|
| public:
|
| CFWL_GridImpDelegate(CFWL_GridImp* pOwner);
|
| - virtual int32_t OnProcessMessage(CFWL_Message* pMessage);
|
| - virtual FWL_ERR OnDrawWidget(CFX_Graphics* pGraphics,
|
| - const CFX_Matrix* pMatrix = NULL);
|
| + int32_t OnProcessMessage(CFWL_Message* pMessage) override;
|
| + FWL_ERR OnDrawWidget(CFX_Graphics* pGraphics,
|
| + const CFX_Matrix* pMatrix = NULL) override;
|
|
|
| protected:
|
| CFWL_GridImp* m_pOwner;
|
|
|