correct test for wxDEBUG_LEVEL in last commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60188 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -369,7 +369,7 @@ bool wxWindowsPrintNativeData::TransferFrom( const wxPrintData &data )
|
||||
pd.hDevMode = NULL;
|
||||
pd.hDevNames = NULL;
|
||||
|
||||
#ifdef wxDEBUG_LEVEL
|
||||
#if wxDEBUG_LEVEL
|
||||
wxLogDebug(wxT("Printing error: ") + wxGetPrintDlgError());
|
||||
#endif // wxDEBUG_LEVEL
|
||||
}
|
||||
|
Reference in New Issue
Block a user