Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: frithjofh on October 31, 2015, 09:46:06 am

Title: wx30 STL patch file for ThreadSearch
Post by: frithjofh on October 31, 2015, 09:46:06 am
I attach a patch file to change

wxString::CompareTo()

to

wxString::compare()

it is a wx1.0 compatibility function anyway and I think it is all right to change it and it doesn't work with wx STL neither.

with the second it compiles with both wx normal and wx STL