summaryrefslogtreecommitdiff
path: root/libxsd/xsd/cxx/zc-istream.txx
diff options
context:
space:
mode:
Diffstat (limited to 'libxsd/xsd/cxx/zc-istream.txx')
-rw-r--r--libxsd/xsd/cxx/zc-istream.txx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libxsd/xsd/cxx/zc-istream.txx b/libxsd/xsd/cxx/zc-istream.txx
index f59e378..fdb057c 100644
--- a/libxsd/xsd/cxx/zc-istream.txx
+++ b/libxsd/xsd/cxx/zc-istream.txx
@@ -32,7 +32,7 @@ namespace xsd
C* b (const_cast<C*> (str_.data ()));
C* e (b + str_.size ());
- setg (b, b, e);
+ this->setg (b, b, e);
}
template <typename C>