]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/choice.h
"wxGDIObject * => &" related changes (see mail to the list)
[wxWidgets.git] / include / wx / gtk1 / choice.h
index 7a86d158e46bdc5bd456b3434302c9edf25911a3..2dc5110aeb1f7085622b062aa78c67d4f3104b29 100644 (file)
@@ -86,7 +86,8 @@ public:
     
 // implementation
     
-  wxList  m_clientDataList;
+  wxList   m_clientDataList;
+  wxList   m_clientObjectList;
 
   void AppendCommon( const wxString &item );
   void ApplyWidgetStyle();