Update of /cvsroot/mahogany/M/src/gui
In directory sc8-pr-cvs1:/tmp/cvs-serv17405/src/gui

Modified Files:
        wxFolderTree.cpp 
Log Message:
more warning fixes

Index: wxFolderTree.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxFolderTree.cpp,v
retrieving revision 1.210
retrieving revision 1.211
diff -b -u -2 -r1.210 -r1.211
--- wxFolderTree.cpp    22 Jul 2003 22:01:40 -0000      1.210
+++ wxFolderTree.cpp    23 Jul 2003 00:40:16 -0000      1.211
@@ -3159,5 +3159,5 @@
     NMHDR *hdr = (NMHDR *)lParam;
 
-    bool isDblClk = hdr->code == NM_DBLCLK;
+    bool isDblClk = hdr->code == (UINT)NM_DBLCLK; // cast for cygwin
     if ( isDblClk )
     {



-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to