#endif
#include "wx/defs.h"
+
#include "wx/object.h"
#include "wx/control.h"
bool m_alreadySent;
wxList m_clientDataList;
+ wxList m_clientObjectList;
void AppendCommon( const wxString &item );
GtkWidget* GetConnectWidget();
DECLARE_EVENT_TABLE()
};
-#endif // __GTKCOMBOBOXH__
+#endif
+
+ // __GTKCOMBOBOXH__