X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/21c358b270f93ac133f9ff233860fc3b2a480ea6..e7ead9d700b0fd3e216e5720e16fbf46d711607f:/src/common/paper.cpp?ds=inline diff --git a/src/common/paper.cpp b/src/common/paper.cpp index ab239f832c..8e6ae5d2da 100644 --- a/src/common/paper.cpp +++ b/src/common/paper.cpp @@ -9,10 +9,6 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma implementation "paper.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -82,7 +78,7 @@ wxSize wxPrintPaperType::GetSizeDeviceUnits() const WX_DECLARE_LIST(wxPrintPaperType, wxPrintPaperTypeList); #include "wx/listimpl.cpp" -WX_DEFINE_LIST(wxPrintPaperTypeList); +WX_DEFINE_LIST(wxPrintPaperTypeList) wxPrintPaperDatabase* wxThePrintPaperDatabase = (wxPrintPaperDatabase*) NULL;