summaryrefslogtreecommitdiff
path: root/cli/header.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cli/header.cxx')
-rw-r--r--cli/header.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/header.cxx b/cli/header.cxx
index e16b592..60d6c6a 100644
--- a/cli/header.cxx
+++ b/cli/header.cxx
@@ -175,7 +175,7 @@ namespace
os << "// Print usage information." << endl
<< "//" << endl
<< "static void" << endl
- << "print_usage (::std::ostream&);"
+ << "print_usage (" << options.ostream_type () << "&);"
<< endl;
}