From: John L. <jla...@gm...> - 2012-10-19 01:45:01
|
On Thu, Oct 18, 2012 at 9:06 AM, Andre Arpin <ar...@ki...> wrote: > encounter following problem: > > wxLua\Modules\LuaLibShared: > Deleting file > "E:\programs\wxWidgets\wxlua\cmake\modules\lua\ > LuaLibShared.tmp_Release_Win32.vcproj". > ..\..\..\modules\wxstedit\src\stefindr.cpp(122): error C2662: > 'wxFindReplaceData::GetFindString' : cannot convert 'this' pointer from 'const > wxSTEditorFindReplaceData' to 'wxFindReplaceData &' Thanks for reporting. I assumed the const version was added by 2.9.0, but it wasn't until 2.9.5. Fixed in SVN. Regards, John |