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:
parent
75ed1d15d0
commit
2d0a075d90
@ -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);
|
||||
}
|
||||
|
||||
|
4638
src/msw/window.cpp
4638
src/msw/window.cpp
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user