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