diff options
Diffstat (limited to 'xfa/fwl/cfwl_datetimepicker.h')
-rw-r--r-- | xfa/fwl/cfwl_datetimepicker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fwl/cfwl_datetimepicker.h b/xfa/fwl/cfwl_datetimepicker.h index 276fea451d..97c5cd196e 100644 --- a/xfa/fwl/cfwl_datetimepicker.h +++ b/xfa/fwl/cfwl_datetimepicker.h @@ -53,7 +53,7 @@ class CFWL_DateTimePicker : public CFWL_Widget { WideString GetEditText() const; bool HasSelection() const { return m_pEdit->HasSelection(); } - // Returns <start, end> indices of the selection. + // Returns <start, count> of the selection. std::pair<size_t, size_t> GetSelection() const { return m_pEdit->GetSelection(); } |