]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/protocol.cpp
Fixes needed to get transient popup windows working, also implement SetFont for OS...
[wxWidgets.git] / src / common / protocol.cpp
index 2dfb4b40ab04eac1b0653f478772c96aa7e49bfa..321d348ab543d4aa06e17c0723c627b26fb25929 100644 (file)
@@ -26,6 +26,7 @@
 #endif
 
 #include "wx/url.h"
+#include "wx/log.h"
 
 #include <stdlib.h>
 
@@ -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);
 }