diff options
Diffstat (limited to 'xfa/fxfa/cxfa_ffpushbutton.h')
-rw-r--r-- | xfa/fxfa/cxfa_ffpushbutton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/cxfa_ffpushbutton.h b/xfa/fxfa/cxfa_ffpushbutton.h index e247ee5e39..73308c0c8f 100644 --- a/xfa/fxfa/cxfa_ffpushbutton.h +++ b/xfa/fxfa/cxfa_ffpushbutton.h @@ -51,7 +51,7 @@ class CXFA_FFPushButton : public CXFA_FFField { std::unique_ptr<CXFA_TextLayout> m_pDownTextLayout; std::unique_ptr<CXFA_TextProvider> m_pRollProvider; std::unique_ptr<CXFA_TextProvider> m_pDownProvider; - IFWL_WidgetDelegate* m_pOldDelegate = nullptr; + UnownedPtr<IFWL_WidgetDelegate> m_pOldDelegate; UnownedPtr<CXFA_Button> button_; }; |