[wx-dev] svn commit 50972 (src/stc/PlatWX.cpp)
Robin Dunn
robin at alldunn.com
Wed Jan 2 14:47:09 PST 2008
Anders Larsen wrote:
> 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;
> ^
Oops, sorry about that. That's what I get for trying to do a two-line
patch by hand. ;-)
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
More information about the wx-dev
mailing list