~ubuntu-branches/ubuntu/raring/pretzel/raring

« back to all changes in this revision

Viewing changes to output/output.nw

  • Committer: Bazaar Package Importer
  • Author(s): James Troup
  • Date: 2001-08-22 17:33:18 UTC
  • Revision ID: james.westby@ubuntu.com-20010822173318-n8esjjlcj78jgrxh
Tags: 2.0n-1.1
* Non-maintainer upload.
* debian/control (Build-Depends): add debhelper, closes: #109646.
* debian/changelog: remove local variables stuff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
640
640
<<Private members of the [[Output]] class>>=
641
641
        Output();
642
642
        Output(const Output&);
643
 
        operator=(const Output&);
 
643
        const Output& operator=(const Output&);
644
644
 
645
645
@ As I have used an [[ostream]] type object above, I need to include the
646
646
following header. It is the only header file needed in this