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:
Vadim Zeitlin 1998-07-17 13:07:33 +00:00
parent 85ccdcce1c
commit 36af0bc423

View File

@ -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";