X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/584ad2a32fec156c6049145d7ece9a33213aea28..b55c37167d58995621a264e09477e9e350573a9a:/include/wx/os2/listbox.h diff --git a/include/wx/os2/listbox.h b/include/wx/os2/listbox.h index a1bba2d821..0a09107a16 100644 --- a/include/wx/os2/listbox.h +++ b/include/wx/os2/listbox.h @@ -17,12 +17,12 @@ // ---------------------------------------------------------------------------- #if wxUSE_OWNER_DRAWN - class WXDLLEXPORT wxOwnerDrawn; + class WXDLLEXPORT wxOwnerDrawn; - // define the array of list box items - #include + // define the array of list box items + #include - WX_DEFINE_EXPORTED_ARRAY(wxOwnerDrawn *, wxListBoxItemsArray); + WX_DEFINE_EXPORTED_ARRAY_PTR(wxOwnerDrawn *, wxListBoxItemsArray); #endif // wxUSE_OWNER_DRAWN // forward decl for GetSelections() @@ -114,8 +114,8 @@ public: virtual int FindString(const wxString& rsString) const; virtual bool IsSelected(int n) const; - virtual void SetSelection( int n - ,bool bSelect = TRUE + virtual void DoSetSelection( int n + ,bool bSelect ); virtual int GetSelection(void) const; virtual int GetSelections(wxArrayInt& raSelections) const;