wxPrinting fix for wxMGL

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16187 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2002-07-15 22:55:49 +00:00
parent 95543830f5
commit c6eaa6fb67
3 changed files with 4 additions and 4 deletions

View File

@@ -264,7 +264,7 @@ wxPostScriptDC::wxPostScriptDC ()
// Compatibility only
// HH: Doesn't seem to work for wxMSW...
#ifndef __WXMSW__
#if !defined(__WXMSW__)
m_printData = * wxThePrintSetupData;
#endif
}