Update of /cvsroot/wxlua/wxLua/modules/wxluadebug/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24398/modules/wxluadebug/src
Modified Files:
staktree.cpp
Log Message:
updated bakefiles
Index: staktree.cpp
===================================================================
RCS file: /cvsroot/wxlua/wxLua/modules/wxluadebug/src/staktree.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** staktree.cpp 7 Dec 2005 05:53:30 -0000 1.12
--- staktree.cpp 23 Jan 2006 19:38:30 -0000 1.13
***************
*** 323,327 ****
{
m_nCurrentSel = nCurrentSel;
! int nEntry = (int) m_stackComboBox->GetClientData(nCurrentSel);
if (m_pServer != NULL)
--- 323,327 ----
{
m_nCurrentSel = nCurrentSel;
! int nEntry = (long) m_stackComboBox->GetClientData(nCurrentSel);
if (m_pServer != NULL)
|