]> git.lyx.org Git - features.git/commitdiff
Added a std::endl directive.
authorAngus Leeming <leeming@lyx.org>
Sun, 2 Sep 2001 11:43:34 +0000 (11:43 +0000)
committerAngus Leeming <leeming@lyx.org>
Sun, 2 Sep 2001 11:43:34 +0000 (11:43 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2651 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/ChangeLog
src/mathed/math_hash.C

index 652c517fca6ca8b1566bb5d4a9f89eba2accf491..978b4f9d76fc92e8902e96477d67173c4a8c4e7d 100644 (file)
@@ -1,3 +1,7 @@
+2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * math_hash.C: added a using std::endl directive.
+
 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
 
        * support.C (whichFont): Add support for cmr font.
index 0ddfd118e415e931de3357c5c1e6ba6290a575e2..304cc12db70e5fe9cf600977a08ef4745b7dc568 100644 (file)
@@ -9,6 +9,7 @@
 #include <vector>
 #include <algorithm>
 
+using std::endl;
 
 bool operator<(const latexkeys & a, const latexkeys & b)
 {