]> 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 842cf6a89abcf0265a2fefafd6d0b68d60ab59eb..bb60f7475998332f865c3b2e77393ee2cb759bdb 100644 (file)
@@ -80,7 +80,7 @@ int wxPrintDialog::ShowModal()
 
 wxDC *wxPrintDialog::GetPrintDC()
 {
 
 wxDC *wxPrintDialog::GetPrintDC()
 {
-    return (wxDC*) NULL;
+    return NULL;
 }
 
 // ---------------------------------------------------------------------------
 }
 
 // ---------------------------------------------------------------------------