- static ostream& GetStream(void) { return *m_debugStream; }
- static streambuf *GetStreamBuf(void) { return m_streamBuf; }
- static void SetStream(ostream *stream, streambuf *buf = NULL);
+ static wxSTD ostream& GetStream(void) { return *m_debugStream; }
+ static wxSTD streambuf *GetStreamBuf(void) { return m_streamBuf; }
+ static void SetStream(wxSTD ostream *stream, wxSTD streambuf *buf = NULL);