]> git.lyx.org Git - features.git/commitdiff
using std::endl
authorJohn Levon <levon@movementarian.org>
Fri, 25 Oct 2002 17:52:54 +0000 (17:52 +0000)
committerJohn Levon <levon@movementarian.org>
Fri, 25 Oct 2002 17:52:54 +0000 (17:52 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5516 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/controllers/ChangeLog
src/frontends/controllers/ControlPrint.C

index 490bde08af1773c0e51af3cbcbc3b2c25f91dc73..3402448b6a5faedd9a29e87bc2bf0281cf0a3c35 100644 (file)
@@ -1,3 +1,7 @@
+2002-10-25  John Levon  <levon@movementarian.org>
+
+       * ControlPrint.C: using endl
 2002-10-24  Rob Lahaye  <lahaye@snu.ac.kr>
 
        * ControlPrint.[Ch]: move code here from Liason.[Ch].
index 6d40b454d36d83bea52329b3f331bc4f3710b130..53f303e0906ee1a996f661c2f89c7f1ff9094560 100644 (file)
@@ -35,6 +35,7 @@
 
 #include "debug.h" // for lyxerr
 
+using std::endl;
 
 ControlPrint::ControlPrint(LyXView & lv, Dialogs & d)
        : ControlDialogBD(lv, d),