From 50a6a9cdfacfa4e1aaa5a35fe8c3bc6ac114fa57 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Wed, 15 Dec 2004 20:28:09 +0000 Subject: Added parsing bounds on 'component'. --- src/text.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/text.cpp') diff --git a/src/text.cpp b/src/text.cpp index 5a5a1250..b2f29966 100644 --- a/src/text.cpp +++ b/src/text.cpp @@ -71,6 +71,8 @@ void text::parse(const string& buffer, const string::size_type position, { decodeAndUnfold(buffer.begin() + position, buffer.begin() + end, *this); + setParsedBounds(position, end); + if (newPosition) *newPosition = end; } -- cgit v1.2.3