Update of /cvsroot/audacity/audacity-src/src/widgets
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv6504/src/widgets
Modified Files:
Grid.cpp
Log Message:
Fixing VC8 warnings (most of them, anyway).
Index: Grid.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/widgets/Grid.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Grid.cpp 3 Aug 2006 07:20:52 -0000 1.3
+++ Grid.cpp 1 Oct 2006 23:50:32 -0000 1.4
@@ -470,7 +470,7 @@
{
mObjNdx = (mObjNdx + 1) & 0x3f;
- if (mObjNdx < mChildren.GetCount()) {
+ if (mObjNdx < (int)mChildren.GetCount()) {
GridAx *ax = (GridAx *) mChildren[mObjNdx];
delete ax;
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs