summaryrefslogtreecommitdiff
path: root/cli/source.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cli/source.cxx')
-rw-r--r--cli/source.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/cli/source.cxx b/cli/source.cxx
index 883e49d..7fb1391 100644
--- a/cli/source.cxx
+++ b/cli/source.cxx
@@ -690,7 +690,8 @@ namespace
// If len is 0 then it means we have no options to print.
//
os << "void " << name << "::" << endl
- << "print_usage (::std::ostream&" << (len != 0 || b ? " os)" : ")")
+ << "print_usage (" << options.ostream_type () << "&" <<
+ (len != 0 || b ? " os)" : ")")
<< "{";
// Call our bases.