diff options
Diffstat (limited to 'xfa/fxfa/cxfa_fflistbox.h')
-rw-r--r-- | xfa/fxfa/cxfa_fflistbox.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xfa/fxfa/cxfa_fflistbox.h b/xfa/fxfa/cxfa_fflistbox.h index feff0b7cbb..4b12b5924d 100644 --- a/xfa/fxfa/cxfa_fflistbox.h +++ b/xfa/fxfa/cxfa_fflistbox.h @@ -7,6 +7,7 @@ #ifndef XFA_FXFA_CXFA_FFLISTBOX_H_ #define XFA_FXFA_CXFA_FFLISTBOX_H_ +#include "core/fxcrt/unowned_ptr.h" #include "xfa/fxfa/cxfa_ffdropdown.h" class CXFA_FFListBox : public CXFA_FFDropDown { @@ -37,7 +38,7 @@ class CXFA_FFListBox : public CXFA_FFDropDown { uint32_t GetAlignment(); - IFWL_WidgetDelegate* m_pOldDelegate; + UnownedPtr<IFWL_WidgetDelegate> m_pOldDelegate; }; #endif // XFA_FXFA_CXFA_FFLISTBOX_H_ |