[M-git] Mahogany sources repository. branch master updated. v0.67-696-g7c59cba

"Nerijus Bali??nas" <[email protected]> Thu, 13 Mar 2014 17:14:55 +0000
Newsgroups gmane.mail.mahogany.cvs
Message-ID <[email protected]>
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Mahogany sources repository.".

The branch, master has been updated
       via  7c59cba10153e392fe98d756ef1ce86cff5d53ef (commit)
      from  582029d01c3d67335e7749f35e3ff7ba7443d6d0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7c59cba10153e392fe98d756ef1ce86cff5d53ef
Author: Nerijus Baliunas <[email protected]>
Date:   Thu Mar 13 19:07:36 2014 +0200

    As Fedora wx package does not define it, replace wxTYPE_SA_HANDLER with int,
    this is POSIX and there shouldn't be any supported non-POSIX platforms any more.

diff --git a/src/mail/MailFolderCC.cpp b/src/mail/MailFolderCC.cpp
index ede439b..b01fad7 100644
--- a/src/mail/MailFolderCC.cpp
+++ b/src/mail/MailFolderCC.cpp
@@ -87,8 +87,7 @@ class MPersMsgBox;
 #if defined(OS_UNIX) && !defined(__CYGWIN__) && !defined(__WINE__)
    #include <signal.h>
 
-   // wxTYPE_SA_HANDLER is defined by wxWindows configure script in its setup.h
-   extern "C" void sigpipe_handler(wxTYPE_SA_HANDLER)
+   extern "C" void sigpipe_handler(int)
    {
       // do nothing
    }

-----------------------------------------------------------------------

Summary of changes:
 src/mail/MailFolderCC.cpp |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Mahogany sources repository.

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech