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:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user