diff --git a/interface/wx/listctrl.h b/interface/wx/listctrl.h index d6ede9abb4..9a9b24fb69 100644 --- a/interface/wx/listctrl.h +++ b/interface/wx/listctrl.h @@ -339,8 +339,10 @@ public: /** Gets information about the item. See SetItem() for more information. - You must call @e info.SetId() to the ID of item you're interested in - before calling this method. + + You must call @e info.SetId() to set the ID of item you're interested in + before calling this method, and @e info.SetMask() with the flags indicating + what fields you need to retrieve from @a info. */ bool GetItem(wxListItem& info) const;