another "const" added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@289 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
85ccdcce1c
commit
36af0bc423
@ -227,7 +227,7 @@ bool wxPostScriptPrintPreview::Print(bool interactive)
|
||||
|
||||
void wxPostScriptPrintPreview::DetermineScaling(void)
|
||||
{
|
||||
char *paperType = wxThePrintSetupData->GetPaperName();
|
||||
const char *paperType = wxThePrintSetupData->GetPaperName();
|
||||
if (!paperType)
|
||||
paperType = "A4 210 x 297 mm";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user