From e8ba7b4a5ec931ca49273c78cc456e4da5fd968f Mon Sep 17 00:00:00 2001 From: John Levon Date: Fri, 25 Oct 2002 17:52:54 +0000 Subject: [PATCH] using std::endl git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5516 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/controllers/ChangeLog | 4 ++++ src/frontends/controllers/ControlPrint.C | 1 + 2 files changed, 5 insertions(+) diff --git a/src/frontends/controllers/ChangeLog b/src/frontends/controllers/ChangeLog index 490bde08af..3402448b6a 100644 --- a/src/frontends/controllers/ChangeLog +++ b/src/frontends/controllers/ChangeLog @@ -1,3 +1,7 @@ +2002-10-25 John Levon + + * ControlPrint.C: using endl + 2002-10-24 Rob Lahaye * ControlPrint.[Ch]: move code here from Liason.[Ch]. diff --git a/src/frontends/controllers/ControlPrint.C b/src/frontends/controllers/ControlPrint.C index 6d40b454d3..53f303e090 100644 --- a/src/frontends/controllers/ControlPrint.C +++ b/src/frontends/controllers/ControlPrint.C @@ -35,6 +35,7 @@ #include "debug.h" // for lyxerr +using std::endl; ControlPrint::ControlPrint(LyXView & lv, Dialogs & d) : ControlDialogBD(lv, d), -- 2.39.2