X-Git-Url: http://www.entropy.ch/git/TestXSLT.git/blobdiff_plain/c6cf07c652c9cdfbc53cf23b284bac7ff1e15829..4c8317a79733baf66270eb75e1b54d8796e84418:/XMLTextView.m diff --git a/XMLTextView.m b/XMLTextView.m index 462ccf9..fb78013 100644 --- a/XMLTextView.m +++ b/XMLTextView.m @@ -239,7 +239,7 @@ -(NSString *)calculateTagStackAtLocation:(int)location { - char *buffer; + const char *buffer; int i; NSRange selectedRange; NSMutableString *mystack;