summaryrefslogtreecommitdiff
path: root/xfa/fwl/core/cfwl_comboboxproxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fwl/core/cfwl_comboboxproxy.h')
-rw-r--r--xfa/fwl/core/cfwl_comboboxproxy.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/xfa/fwl/core/cfwl_comboboxproxy.h b/xfa/fwl/core/cfwl_comboboxproxy.h
index 33f5a82e79..11fb364cdc 100644
--- a/xfa/fwl/core/cfwl_comboboxproxy.h
+++ b/xfa/fwl/core/cfwl_comboboxproxy.h
@@ -11,14 +11,14 @@
#include "xfa/fwl/core/cfwl_formproxy.h"
-class IFWL_ComboBox;
+class CFWL_ComboBox;
class CFWL_ComboBoxProxy : public CFWL_FormProxy {
public:
- CFWL_ComboBoxProxy(IFWL_ComboBox* pCombobBox,
+ CFWL_ComboBoxProxy(CFWL_ComboBox* pCombobBox,
const CFWL_App* app,
std::unique_ptr<CFWL_WidgetProperties> properties,
- IFWL_Widget* pOuter);
+ CFWL_Widget* pOuter);
~CFWL_ComboBoxProxy() override;
// CFWL_FormProxy
@@ -35,7 +35,7 @@ class CFWL_ComboBoxProxy : public CFWL_FormProxy {
bool m_bLButtonDown;
bool m_bLButtonUpSelf;
- IFWL_ComboBox* m_pComboBox;
+ CFWL_ComboBox* m_pComboBox;
};
#endif // XFA_FWL_CORE_CFWL_COMBOBOXPROXY_H_