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

Log Message:
-----------
suppress new gcc warnings about "type attributes ignored after type is already 
defined"

Modified Paths:
--------------
    trunk/M/include/MailFolder.h
    trunk/M/include/Message.h
    trunk/M/include/gui/wxMDialogs.h

Modified: trunk/M/include/MailFolder.h
===================================================================
--- trunk/M/include/MailFolder.h        2008-05-01 23:24:50 UTC (rev 7441)
+++ trunk/M/include/MailFolder.h        2008-05-01 23:26:55 UTC (rev 7442)
@@ -44,8 +44,8 @@
 struct ThreadData;
 struct ThreadParams;
 
-class WXDLLEXPORT wxFrame;
-class WXDLLEXPORT wxWindow;
+class WXDLLIMPEXP_FWD_CORE wxFrame;
+class WXDLLIMPEXP_FWD_CORE wxWindow;
 
 #ifndef MsgnoArray
    #define MsgnoArray UIdArray

Modified: trunk/M/include/Message.h
===================================================================
--- trunk/M/include/Message.h   2008-05-01 23:24:50 UTC (rev 7441)
+++ trunk/M/include/Message.h   2008-05-01 23:26:55 UTC (rev 7442)
@@ -25,7 +25,7 @@
 #  include "FolderType.h"    // for Protocol enum
 #endif // USE_PCH
 
-class WXDLLEXPORT wxArrayString;
+class WXDLLIMPEXP_FWD_BASE wxArrayString;
 
 class AddressList;
 class MailFolder;

Modified: trunk/M/include/gui/wxMDialogs.h
===================================================================
--- trunk/M/include/gui/wxMDialogs.h    2008-05-01 23:24:50 UTC (rev 7441)
+++ trunk/M/include/gui/wxMDialogs.h    2008-05-01 23:26:55 UTC (rev 7442)
@@ -25,8 +25,8 @@
 class MFolder;
 class MPersMsgBox;
 
-class WXDLLEXPORT wxFrame;
-class WXDLLEXPORT wxStaticText;
+class WXDLLIMPEXP_FWD_BASE wxFrame;
+class WXDLLIMPEXP_FWD_BASE wxStaticText;
 
 /**
   Flags for MDialog_YesNoDialog()


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