Compilation fix for r72307.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72309 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -550,7 +550,7 @@ void wxPrintAbortDialog::SetProgress(int currentPage, int totalPages,
|
|||||||
|
|
||||||
void wxPrintAbortDialog::OnCancel(wxCommandEvent& WXUNUSED(event))
|
void wxPrintAbortDialog::OnCancel(wxCommandEvent& WXUNUSED(event))
|
||||||
{
|
{
|
||||||
wxCHECK( wxPrinterBase::sm_abortWindow != NULL );
|
wxCHECK_RET( wxPrinterBase::sm_abortWindow != NULL, "OnCancel called twice" );
|
||||||
|
|
||||||
wxPrinterBase::sm_abortIt = true;
|
wxPrinterBase::sm_abortIt = true;
|
||||||
wxPrinterBase::sm_abortWindow->Destroy();
|
wxPrinterBase::sm_abortWindow->Destroy();
|
||||||
|
Reference in New Issue
Block a user