Minor compilo

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31859 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell
2005-02-08 15:39:40 +00:00
parent 7f1a9dd7f0
commit f69fc95c93

View File

@@ -98,7 +98,7 @@ wxPostScriptPrintNativeData::wxPostScriptPrintNativeData()
#if !defined(__VMS__) && !defined(__WXMSW__)
m_printerCommand = wxT("lpr");
m_printerOptions = wxEmptyString;
m_afmPath = wxEmptyString);
m_afmPath = wxEmptyString;
#endif
m_printerScaleX = 1.0;