some work ...

This commit is contained in:
2011-07-26 17:25:45 +02:00
parent 4da853c367
commit d92945717d
8 changed files with 40 additions and 47 deletions

View File

@@ -29,6 +29,7 @@
#include "BufferText.h"
#include "toolsMemory.h"
#include "Edn.h"
#include "RegExp.h"
#undef __class__
#define __class__ "BufferText"
@@ -1145,7 +1146,6 @@ void BufferText::AddChar(char * UTF8data)
UpdateWindowsPosition();
}
#include "EdnRegExp.h"
int32_t BufferText::FindLine(Edn::String &data)
{