mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Added a std::endl directive.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2651 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4b31235b77
commit
0556ecac11
@ -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.
|
||||
|
@ -9,6 +9,7 @@
|
||||
#include <vector>
|
||||
#include <algorithm>
|
||||
|
||||
using std::endl;
|
||||
|
||||
bool operator<(const latexkeys & a, const latexkeys & b)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user