From: Michael Wetherell Date: Tue, 8 Feb 2005 15:39:40 +0000 (+0000) Subject: Minor compilo X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f69fc95c93a7c300a39dced01f39d6659d4a7456 Minor compilo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31859 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/generic/prntdlgg.cpp b/src/generic/prntdlgg.cpp index 1c6f62db68..2f97543631 100644 --- a/src/generic/prntdlgg.cpp +++ b/src/generic/prntdlgg.cpp @@ -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;