X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fd0eed647daeb257f28699de879d2f4f5aeb7fb6..687d733769cc797102a52c7cad8edd32be5a2f89:/include/wx/gtk/choice.h diff --git a/include/wx/gtk/choice.h b/include/wx/gtk/choice.h index 7a86d158e4..393c9e8861 100644 --- a/include/wx/gtk/choice.h +++ b/include/wx/gtk/choice.h @@ -7,7 +7,6 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// - #ifndef __GTKCHOICEH__ #define __GTKCHOICEH__ @@ -86,7 +85,8 @@ public: // implementation - wxList m_clientDataList; + wxList m_clientDataList; + wxList m_clientObjectList; void AppendCommon( const wxString &item ); void ApplyWidgetStyle();