From: John L. <jla...@gm...> - 2006-08-08 21:21:52
|
On 8/7/06, John Labenski <jla...@gm...> wrote: > > 2. in modules/wxluadebug/src/splttree.cpp add: > > > > #ifdef __MINGW32__ > > #undef UNREFERENCED_PARAMETER > > #endif > > > > after includes and before: > > > > static wxTreeItemId defaultTreeItemId; > > Added. The error is really just from the line wxDC operator = &wxDC is private? I've removed the above #undef and just remmed out the line UNREFERENCED_PARAMETER(dc);. -John Labenski |