X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e273151278d28cceefe6eee8c49bc6915306805d..815f65bd0f673965230ed915d794497a8818dd35:/src/palmos/printdlg.cpp diff --git a/src/palmos/printdlg.cpp b/src/palmos/printdlg.cpp index ff0e8daf99..bb60f74759 100644 --- a/src/palmos/printdlg.cpp +++ b/src/palmos/printdlg.cpp @@ -17,10 +17,6 @@ // headers // --------------------------------------------------------------------------- -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma implementation "printdlg.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -34,10 +30,10 @@ #ifndef WX_PRECOMP #include "wx/app.h" + #include "wx/dcprint.h" #endif #include "wx/printdlg.h" -#include "wx/dcprint.h" #include "wx/palmos/private.h" @@ -84,7 +80,7 @@ int wxPrintDialog::ShowModal() wxDC *wxPrintDialog::GetPrintDC() { - return (wxDC*) NULL; + return NULL; } // ---------------------------------------------------------------------------