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

Modified Files:
        wxMsgCmdProc.cpp 
Log Message:
(blind) compilation fix to SaveMessagesToFile()

Index: wxMsgCmdProc.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxMsgCmdProc.cpp,v
retrieving revision 1.55
retrieving revision 1.56
diff -b -u -2 -r1.55 -r1.56
--- wxMsgCmdProc.cpp    20 Jun 2004 23:23:41 -0000      1.55
+++ wxMsgCmdProc.cpp    29 Jun 2004 23:56:10 -0000      1.56
@@ -180,5 +180,5 @@
    Ticket SaveMessagesToFolder(const UIdArray& selections, MFolder *folder = NULL);
    Ticket MoveMessagesToFolder(const UIdArray& messages, MFolder *folder = NULL);
-   void SaveMessagesToFile(const UIdArray& selections);
+   Ticket SaveMessagesToFile(const UIdArray& selections);
 
    void ExtractAddresses(const UIdArray& selections);
@@ -1339,5 +1339,5 @@
 }
 
-void
+Ticket
 MsgCmdProcImpl::SaveMessagesToFile(const UIdArray& selections)
 {
@@ -1348,4 +1348,6 @@
    Ticket t = m_asmf->SaveMessagesToFile(&selections, GetFrame(), this);
    status->Monitor(t, _("Saving messages to file failed."));
+
+   return t;
 }
 



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to