From f749a1bb1eb40faa9cac685a02d012a5efb11aaa Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 31 Jan 2009 05:58:23 -0400 Subject: Made output_stream_t noncopyable. --- src/stream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stream.h') diff --git a/src/stream.h b/src/stream.h index fac62f3d..c35eef23 100644 --- a/src/stream.h +++ b/src/stream.h @@ -62,7 +62,7 @@ namespace ledger { * Cline's "C++ FAQ Lite". Arguably this should be three different * classes, but that introduces additional unneeded complications. */ -class output_stream_t +class output_stream_t : public noncopyable { private: int pipe_to_pager_fd; -- cgit v1.2.3