git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45263
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
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 *) m_printData.GetNativeData();
wxPostScriptPrintNativeData *data =
(wxPostScriptPrintNativeData *) m_printData.GetNativeData();