]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/choice.h
Makefile tweaks
[wxWidgets.git] / include / wx / gtk / choice.h
index 7a86d158e46bdc5bd456b3434302c9edf25911a3..393c9e886182b57ffd515194f7bfe6805b882340 100644 (file)
@@ -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();