also remove WXUNUSED_UNLESS_DEBUG to fix release build after t59404
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59414 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -208,7 +208,7 @@ void wxProtocol::LogResponse(const wxString& str)
|
||||
m_log->LogResponse(str);
|
||||
}
|
||||
|
||||
void wxProtocolLog::DoLogString(const wxString& WXUNUSED_UNLESS_DEBUG(str))
|
||||
void wxProtocolLog::DoLogString(const wxString& str)
|
||||
{
|
||||
wxLogTrace(m_traceMask, "%s", str);
|
||||
}
|
||||
|
Reference in New Issue
Block a user