// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "http.h"
#endif
{
wxHeaderIterator it = FindHeader(header);
- return it == m_headers.end() ? wxEmptyString : it->second;
+ return it == m_headers.end() ? wxGetEmptyString() : it->second;
}
void wxHTTP::SetPostBuffer(const wxString& post_buf)