X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7e548f6b13a27eee6f2740d922cab636f0b305e0..6df6e35a3eae74404f15f8f7c09ce19c29f47b4a:/include/wx/paper.h diff --git a/include/wx/paper.h b/include/wx/paper.h index 6e5a8983c8..1f26fbd102 100644 --- a/include/wx/paper.h +++ b/include/wx/paper.h @@ -12,10 +12,6 @@ #ifndef _WX_PAPERH__ #define _WX_PAPERH__ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "paper.h" -#endif - #include "wx/defs.h" #include "wx/event.h" #include "wx/cmndata.h" @@ -119,7 +115,7 @@ private: // DECLARE_DYNAMIC_CLASS(wxPrintPaperDatabase) }; -WXDLLEXPORT_DATA(extern wxPrintPaperDatabase*) wxThePrintPaperDatabase; +extern WXDLLEXPORT_DATA(wxPrintPaperDatabase*) wxThePrintPaperDatabase; #endif