Hello (Robin),
svn commit 50972 broke compilation; see below
Cheers
Anders
@@ -1234,13 +1234,14 @@
void ListBoxImpl::Append(const wxString& text, int type) {
long count = GETLB(id)->GetItemCount();
long itemID = GETLB(id)->InsertItem(count, wxEmptyString);
+ ling idx = -1;
^