blind compilation fix after last commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50350 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -277,7 +277,7 @@ wxPrinterDCImpl::~wxPrinterDCImpl()
|
||||
|
||||
bool wxPrinterDCImpl::StartDoc( const wxString& message )
|
||||
{
|
||||
wxASSERT_MSG( Ok() , wxT("Called wxPrinterDC::StartDoc from an invalid object") ) ;
|
||||
wxASSERT_MSG( IsOk() , wxT("Called wxPrinterDC::StartDoc from an invalid object") ) ;
|
||||
|
||||
if ( !m_ok )
|
||||
return false ;
|
||||
|
Reference in New Issue
Block a user