#include "wx/richtext/richtextctrl.h"
#include "wx/richtext/richtextstyles.h"
#include "wx/listimpl.cpp"
#include "wx/richtext/richtextctrl.h"
#include "wx/richtext/richtextstyles.h"
#include "wx/listimpl.cpp"
wxRichTextObjectList::compatibility_iterator firstNode = newPara->GetChildren().Find(firstObject);
wxRichTextObjectList::compatibility_iterator lastNode = newPara->GetChildren().Find(lastObject);
wxRichTextObjectList::compatibility_iterator firstNode = newPara->GetChildren().Find(firstObject);
wxRichTextObjectList::compatibility_iterator lastNode = newPara->GetChildren().Find(lastObject);
wxFFileInputStream stream(filename);
if (stream.Ok())
return LoadFile(buffer, stream);
wxFFileInputStream stream(filename);
if (stream.Ok())
return LoadFile(buffer, stream);
wxFFileOutputStream stream(filename);
if (stream.Ok())
return SaveFile(buffer, stream);
wxFFileOutputStream stream(filename);
if (stream.Ok())
return SaveFile(buffer, stream);