From e2605ba3c9ca35524b0c86e74ffa37bee548aef3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 15 Jun 2012 11:00:52 +0200 Subject: Add support for specifying output stream type (--stream-type) --- cli/header.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/header.cxx') 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; } -- cgit v1.1