Ooops ! I've forgotten the include files.

mmstream.cpp => mstream.cpp


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@235 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Guilhem Lavaux
1998-07-12 15:24:52 +00:00
parent 3d4c6a214a
commit 32fc4afbb2
4 changed files with 255 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////////
// Name: mmstream.cpp
// Name: mstream.cpp
// Purpose: "Memory stream" classes
// Author: Guilhem Lavaux
// Modified by:
@@ -10,12 +10,12 @@
/////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__
#pragma implementation "mmstream.h"
#pragma implementation "mstream.h"
#endif
#include <stdlib.h>
#include <wx/stream.h>
#include <wx/mmstream.h>
#include <wx/mstream.h>
wxMemoryStreamBase::wxMemoryStreamBase(char *data, size_t length, int iolimit)
{