summaryrefslogtreecommitdiff
path: root/xsd/cxx/tree/stream-source.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsd/cxx/tree/stream-source.hxx')
-rw-r--r--xsd/cxx/tree/stream-source.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/xsd/cxx/tree/stream-source.hxx b/xsd/cxx/tree/stream-source.hxx
index d45d5c3..06fc66e 100644
--- a/xsd/cxx/tree/stream-source.hxx
+++ b/xsd/cxx/tree/stream-source.hxx
@@ -12,10 +12,8 @@ namespace CXX
{
namespace Tree
{
- Void
- generate_stream_source (Context&,
- UnsignedLong first,
- UnsignedLong last);
+ void
+ generate_stream_source (Context&, size_t first, size_t last);
}
}