Update of /cvsroot/mahogany/M/src/gui
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv958/src/gui

Modified Files:
        wxComposeView.cpp 
Log Message:
64bit compilation fix

Index: wxComposeView.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxComposeView.cpp,v
retrieving revision 1.410
retrieving revision 1.411
diff -b -u -2 -r1.410 -r1.411
--- wxComposeView.cpp   26 Jun 2006 18:34:19 -0000      1.410
+++ wxComposeView.cpp   26 Jun 2006 23:24:15 -0000      1.411
@@ -3121,5 +3121,5 @@
    if ( m_numNewRcpts )
    {
-      for ( unsigned n = 0; n < m_numNewRcpts; n++ )
+      for ( size_t n = 0; n < m_numNewRcpts; n++ )
          m_sizerRcpts->Show(n);
 


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to