X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0576cd9ebe3430bdf7acf69e1dd1df92273f32ad..09a9eb2069fe15a010efebe0b5378376a2c337fa:/src/common/protocol.cpp diff --git a/src/common/protocol.cpp b/src/common/protocol.cpp index 2dfb4b40ab..321d348ab5 100644 --- a/src/common/protocol.cpp +++ b/src/common/protocol.cpp @@ -26,6 +26,7 @@ #endif #include "wx/url.h" +#include "wx/log.h" #include @@ -207,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); }