From 6b81bb80057ef1391fe7f6d1d2e134f8289331d0 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 31 Jan 2009 05:43:42 -0400 Subject: Moved a comment. --- src/stream.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/stream.h') diff --git a/src/stream.h b/src/stream.h index 0f5aecb0..fac62f3d 100644 --- a/src/stream.h +++ b/src/stream.h @@ -81,6 +81,13 @@ public: TRACE_CTOR(output_stream_t, ""); } + /** + * Destroys an output_stream_t. This deletes the dynamically + * allocated ostream, if necessary. It also closes output file + * descriptor, if necessary. + */ + ~output_stream_t(); + /** * Initialize the output stream object. * @@ -93,13 +100,6 @@ public: void initialize(const optional& output_file = none, const optional& pager_path = none); - /** - * Destroys an output_stream_t. This deletes the dynamically - * allocated ostream, if necessary. It also closes output file - * descriptor, if necessary. - */ - ~output_stream_t(); - /** * Convertor to a standard ostream. This is used so that we can * stream directly to an object of type output_stream_t. -- cgit v1.2.3