compilation fix for previous commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45263 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2211,7 +2211,7 @@ void wxPostScriptDC::DoPsPrintfFormat(const wxChar *fmt, ... )
|
|||||||
|
|
||||||
void wxPostScriptDC::PsPrint( const wxString& str )
|
void wxPostScriptDC::PsPrint( const wxString& str )
|
||||||
{
|
{
|
||||||
wxWX2MBbuf psdata(str.mb_str(wxConvUTF8));
|
const wxWX2MBbuf psdata(str.mb_str(wxConvUTF8));
|
||||||
|
|
||||||
wxPostScriptPrintNativeData *data =
|
wxPostScriptPrintNativeData *data =
|
||||||
(wxPostScriptPrintNativeData *) m_printData.GetNativeData();
|
(wxPostScriptPrintNativeData *) m_printData.GetNativeData();
|
||||||
|
Reference in New Issue
Block a user