Index: fpdfsdk/include/pdfwindow/PWL_ComboBox.h |
diff --git a/fpdfsdk/include/pdfwindow/PWL_ComboBox.h b/fpdfsdk/include/pdfwindow/PWL_ComboBox.h |
index be0ef0f5e1ecdd5d7c21443365d8a0147367dd8b..9edb02c964cc3115455c9fcf94401a25d9bf4d55 100644 |
--- a/fpdfsdk/include/pdfwindow/PWL_ComboBox.h |
+++ b/fpdfsdk/include/pdfwindow/PWL_ComboBox.h |
@@ -49,7 +49,7 @@ class CPWL_ComboBox : public CPWL_Wnd { |
CPWL_ComboBox(); |
~CPWL_ComboBox() override {} |
- operator CPWL_Edit*() { return m_pEdit; } |
+ CPWL_Edit* GetEdit() const { return m_pEdit; } |
// CPWL_Wnd: |
CFX_ByteString GetClassName() const override; |