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/parameter.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/parameter.cpp') diff --git a/src/parameter.cpp b/src/parameter.cpp index 7c673703..9feff1cc 100644 --- a/src/parameter.cpp +++ b/src/parameter.cpp @@ -61,6 +61,8 @@ void parameter::parse(const string& buffer, const string::size_type position, const string::size_type end, string::size_type* newPosition) { getValue().parse(buffer, position, end, newPosition); + + setParsedBounds(position, end); } -- cgit v1.2.3