X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/257bf51016686d1ef0a4dfe7228ab5ea65b85887..8dbf458911c24bae120bed07d5627a65f362b8d1:/include/wx/generic/choicdgg.h diff --git a/include/wx/generic/choicdgg.h b/include/wx/generic/choicdgg.h index 945b699ed1..b796f68aba 100644 --- a/include/wx/generic/choicdgg.h +++ b/include/wx/generic/choicdgg.h @@ -6,7 +6,7 @@ // Created: 01/02/97 // RCS-ID: $Id$ // Copyright: (c) -// Licence: wxWindows licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef __CHOICEDLGH_G__ @@ -18,6 +18,7 @@ #include "wx/setup.h" #include "wx/dialog.h" +#include "wx/listbox.h" #define wxCHOICE_HEIGHT 150 #define wxCHOICE_WIDTH 200 @@ -78,7 +79,6 @@ public: void OnListBoxDClick(wxCommandEvent& event); protected: - long m_dialogStyle; int m_selection; wxString m_stringSelection; void *m_clientData;