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

Modified Files:
        wxllist.cpp 
Log Message:
fixed a gcc warning

Index: wxllist.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxllist.cpp,v
retrieving revision 1.164
retrieving revision 1.165
diff -b -u -2 -r1.164 -r1.165
--- wxllist.cpp 8 Sep 2004 08:30:00 -0000       1.164
+++ wxllist.cpp 14 Sep 2004 15:53:02 -0000      1.165
@@ -3457,5 +3457,5 @@
 
    // This is the length of the printable area.
-   m_PrintoutHeight = m_PageHeight / scale;
+   m_PrintoutHeight = (int)(m_PageHeight / scale);
 
    // how many pages do we need to print the entire list?



-------------------------------------------------------
This SF.Net email is sponsored by: thawte's Crypto Challenge Vl
Crack the code and win a Sony DCRHC40 MiniDV Digital Handycam
Camcorder. More prizes in the weekly Lunch Hour Challenge.
Sign up NOW http://ad.doubleclick.net/clk;10740251;10262165;m
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to