Fixed VC++ compile error in mstream; formatted window.cpp.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@830 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 1998-10-14 19:06:51 +00:00
parent 75ed1d15d0
commit 2d0a075d90
2 changed files with 2426 additions and 2426 deletions

View File

@ -30,7 +30,7 @@
wxMemoryInputStream::wxMemoryInputStream(const char *data, size_t len)
: wxInputStream()
{
m_i_streambuf->SetBufferIO((char *)data, data+len);
m_i_streambuf->SetBufferIO((char*) data, (char*) (data+len));
m_i_streambuf->Fixed(TRUE);
}

File diff suppressed because it is too large Load Diff