applied patch for compilation with gcc 3.0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10445 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -251,14 +251,14 @@ class WXDLLEXPORT wxLogStream : public wxLog
|
||||
{
|
||||
public:
|
||||
// redirect log output to an ostream
|
||||
wxLogStream(ostream *ostr = (ostream *) NULL);
|
||||
wxLogStream(wxSTD ostream *ostr = (wxSTD ostream *) NULL);
|
||||
|
||||
protected:
|
||||
// implement sink function
|
||||
virtual void DoLogString(const wxChar *szString, time_t t);
|
||||
|
||||
// using ptr here to avoid including <iostream.h> from this file
|
||||
ostream *m_ostr;
|
||||
wxSTD ostream *m_ostr;
|
||||
};
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user