X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6d50343d87bec1ad537a74c43e2ed2a114574a5a..7612febb93cca7fd8f89137906b7ed9eae381f6c:/src/palmos/printdlg.cpp 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; } // ---------------------------------------------------------------------------