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:
Václav Slavík 2012-08-09 16:16:42 +00:00
parent e7aa9bb7c0
commit ef344c36c8

View File

@ -550,7 +550,7 @@ void wxPrintAbortDialog::SetProgress(int currentPage, int totalPages,
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_abortWindow->Destroy();