aboutsummaryrefslogtreecommitdiffstats
path: root/src/parameter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/parameter.cpp')
-rw-r--r--src/parameter.cpp2
1 files changed, 2 insertions, 0 deletions
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);
}