Revision: 7441
          http://mahogany.svn.sourceforge.net/mahogany/?rev=7441&view=rev
Author:   vadz
Date:     2008-05-01 16:24:50 -0700 (Thu, 01 May 2008)

Log Message:
-----------
compilation fix for wx2.8

Modified Paths:
--------------
    trunk/M/src/mail/SendMessageCC.cpp

Modified: trunk/M/src/mail/SendMessageCC.cpp
===================================================================
--- trunk/M/src/mail/SendMessageCC.cpp  2008-05-01 23:11:23 UTC (rev 7440)
+++ trunk/M/src/mail/SendMessageCC.cpp  2008-05-01 23:24:50 UTC (rev 7441)
@@ -1948,7 +1948,7 @@
 static long write_stream_output(void *stream, char *string)
 {
    ostream *o = (ostream *)stream;
-   *o << wxString::From8BitData(string).ToUTF8().data();
+   *o << static_cast<const char *>(wxString::From8BitData(string).ToUTF8());
    if ( o->fail() )
       return NIL;
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to