]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/printdlg.cpp
No longer use semi-static IDs for wxPropertyGrid embedded controls and tool bar tools.
[wxWidgets.git] / src / palmos / printdlg.cpp
index 63d95d08af5bd53cb7fd0a859d7cd2a72a1241ee..bb60f7475998332f865c3b2e77393ee2cb759bdb 100644 (file)
 
 #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"
 
@@ -80,7 +80,7 @@ int wxPrintDialog::ShowModal()
 
 wxDC *wxPrintDialog::GetPrintDC()
 {
-    return (wxDC*) NULL;
+    return NULL;
 }
 
 // ---------------------------------------------------------------------------