X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6d50343d87bec1ad537a74c43e2ed2a114574a5a..07edda049fbe3b6ae08daff5ce864543f155bab0:/src/palmos/printdlg.cpp?ds=sidebyside diff --git a/src/palmos/printdlg.cpp b/src/palmos/printdlg.cpp index 842cf6a89a..bb60f74759 100644 --- a/src/palmos/printdlg.cpp +++ b/src/palmos/printdlg.cpp @@ -80,7 +80,7 @@ int wxPrintDialog::ShowModal() wxDC *wxPrintDialog::GetPrintDC() { - return (wxDC*) NULL; + return NULL; } // ---------------------------------------------------------------------------