compile fixes. Vadim ows me a pizza.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2583 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling 1999-05-27 15:37:44 +00:00
parent be9abe3fd0
commit c4208367a1
2 changed files with 2 additions and 4 deletions

View File

@ -82,7 +82,7 @@ private:
Finished // finished, waiting to be removed from screen
} m_state;
/// the abort button (or NULL if none)
wxButton *m_btnAbort;
class wxButton *m_btnAbort;
/// the maximum value
int m_maximum;

View File

@ -176,9 +176,7 @@ bool wxPostScriptPrinter::Print(wxWindow *parent, wxPrintout *printout, bool pro
printout->GetTitle(),
_("Printing..."),
totalPages,
parent,
/* disable parent only */ true,
/* show abort button */ true);
parent );
printout->OnBeginPrinting();