X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6d50343d87bec1ad537a74c43e2ed2a114574a5a..d2e66707deb10dea6f92e3e4092f8a43ef942a5d:/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; } // ---------------------------------------------------------------------------