added buffering to minimise GtkTextBuffer insert calls

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@17 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
spog
2006-02-20 23:14:51 +00:00
parent eaad87408f
commit 8c19a03806
10 changed files with 111 additions and 73 deletions

View File

@@ -201,7 +201,7 @@ public:
class XMLStreamParser : public XMLExporter
{
static const int BUFSIZE = 1024;
enum unnamed0 { BUFSIZE = 1024 };
public:
XMLStreamParser(TextInputStream& istream)
: m_istream(istream)