From f69fc95c93a7c300a39dced01f39d6659d4a7456 Mon Sep 17 00:00:00 2001 From: Michael Wetherell Date: Tue, 8 Feb 2005 15:39:40 +0000 Subject: [PATCH] Minor compilo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31859 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/generic/prntdlgg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.45.2