X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c856c750c0e30373a686fe632e9746fc6e693a3e..9d9355c60c8316d6d188e79843b259df9486677c:/src/generic/prntdlgg.cpp diff --git a/src/generic/prntdlgg.cpp b/src/generic/prntdlgg.cpp index 9a997388d1..74837533a2 100644 --- a/src/generic/prntdlgg.cpp +++ b/src/generic/prntdlgg.cpp @@ -286,7 +286,7 @@ bool wxGenericPrintDialog::TransferDataFromWindow(void) wxDC *wxGenericPrintDialog::GetPrintDC(void) { - return new wxPostScriptDC(wxThePrintSetupData->GetPrinterFile(), FALSE, NULL); + return new wxPostScriptDC(wxThePrintSetupData->GetPrinterFile(), FALSE, (wxWindow *) NULL); } /*