From: <ec...@us...> - 2002-08-06 01:08:52
|
Update of /cvsroot/decaldev/source/DecalControls In directory usw-pr-cvs1:/tmp/cvs-serv311 Modified Files: CheckColumn.cpp Log Message: fixed the unrefrenced local variable warning because I'm bored Index: CheckColumn.cpp =================================================================== RCS file: /cvsroot/decaldev/source/DecalControls/CheckColumn.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** CheckColumn.cpp 23 Jul 2002 09:24:23 -0000 1.5 --- CheckColumn.cpp 6 Aug 2002 01:08:49 -0000 1.6 *************** *** 31,35 **** { _variant_t vCheck,vDisplay; ! bool bCheck,bDisplay; m_pList->get_Data( ptCell->x, ptCell->y, 0, &vCheck ); --- 31,35 ---- { _variant_t vCheck,vDisplay; ! bool bCheck; m_pList->get_Data( ptCell->x, ptCell->y, 0, &vCheck ); |