Revision: 7384
          http://mahogany.svn.sourceforge.net/mahogany/?rev=7384&view=rev
Author:   nerijus
Date:     2007-11-04 15:44:51 -0800 (Sun, 04 Nov 2007)

Log Message:
-----------
fixed compilation - forgotten header

Modified Paths:
--------------
    trunk/M/include/SendMessageCC.h

Modified: trunk/M/include/SendMessageCC.h
===================================================================
--- trunk/M/include/SendMessageCC.h     2007-10-27 22:46:49 UTC (rev 7383)
+++ trunk/M/include/SendMessageCC.h     2007-11-04 23:44:51 UTC (rev 7384)
@@ -143,7 +143,7 @@
    /** Builds the message, i.e. prepare to send it.
     @param forStorage if this is TRUE, store some extra information
     that is not supposed to be send, like BCC header. */
-   void Build(bool forStorage = FALSE);
+   bool Build(bool forStorage = FALSE);
 
    /// translate the (wxWin) encoding to (MIME) charset
    String EncodingToCharset(wxFontEncoding enc);


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: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to