Index: xfa/fwl/core/cfwl_listbox.h |
diff --git a/xfa/fwl/core/cfwl_listbox.h b/xfa/fwl/core/cfwl_listbox.h |
index a758e196ea002271644ae862c273c5d0fb4fc41d..a2dcdbaf7fc6fb797b7433f6b737a4d8be85c549 100644 |
--- a/xfa/fwl/core/cfwl_listbox.h |
+++ b/xfa/fwl/core/cfwl_listbox.h |
@@ -113,6 +113,7 @@ class CFWL_ListBox : public CFWL_Widget { |
private: |
void SetSelectionDirect(CFWL_ListItem* hItem, bool bSelect); |
+ bool IsMultiSelection() const; |
bool IsItemSelected(CFWL_ListItem* hItem); |
void ClearSelection(); |
void SelectAll(); |