diff options
Diffstat (limited to 'fpdfsdk/pdfwindow/cpwl_combo_box.h')
-rw-r--r-- | fpdfsdk/pdfwindow/cpwl_combo_box.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/pdfwindow/cpwl_combo_box.h b/fpdfsdk/pdfwindow/cpwl_combo_box.h index a38ffa785f..12c0fe9878 100644 --- a/fpdfsdk/pdfwindow/cpwl_combo_box.h +++ b/fpdfsdk/pdfwindow/cpwl_combo_box.h @@ -74,7 +74,7 @@ class CPWL_ComboBox : public CPWL_Wnd { void SetEditSelection(int32_t nStartChar, int32_t nEndChar); void GetEditSelection(int32_t& nStartChar, int32_t& nEndChar) const; - void Clear(); + void ClearSelection(); void SelectAll(); bool IsPopup() const; |