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

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

Index: wxComposeView.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/gui/wxComposeView.h,v
retrieving revision 1.113
retrieving revision 1.114
diff -b -u -2 -r1.113 -r1.114
--- wxComposeView.h     25 Jun 2006 22:25:12 -0000      1.113
+++ wxComposeView.h     26 Jun 2006 23:24:15 -0000      1.114
@@ -539,5 +539,5 @@
 
    /// Number of recently pending recepients which we have to layout
-   unsigned m_numNewRcpts;
+   size_t m_numNewRcpts;
 
    /// Is it ok to send this message in an encoding different from original?


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