wx_USEIOSTREAMH changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@839 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -524,7 +524,11 @@ wxFindMenuItemId (wxFrame * frame, const wxString& menuString, const wxString& i
|
||||
|
||||
wxDebugStreamBuf::wxDebugStreamBuf(void)
|
||||
{
|
||||
if (allocate()) setp(base(),ebuf());
|
||||
// <iostream> usage doesn't need this, and i have no idea how to simulate it.
|
||||
#if wxUSE_IOSTREAMH
|
||||
if (allocate())
|
||||
setp(base(),ebuf());
|
||||
#endif
|
||||
}
|
||||
|
||||
int wxDebugStreamBuf::overflow(int WXUNUSED(i))
|
||||
|
Reference in New Issue
Block a user