diff options
Diffstat (limited to 'src/typeAdapter.cpp')
| -rw-r--r-- | src/typeAdapter.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/typeAdapter.cpp b/src/typeAdapter.cpp index 13651900..2d0b73ed 100644 --- a/src/typeAdapter.cpp +++ b/src/typeAdapter.cpp @@ -33,6 +33,8 @@ void typeAdapter <string>::parse(const string& buffer, const string::size_type p { m_value = string(buffer.begin() + position, buffer.begin() + end); + setParsedBounds(position, end); + if (newPosition) *newPosition = end; } |
