mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
added using directive to math_cursor.C
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1767 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
269fadc965
commit
ca6d393f03
@ -1,3 +1,6 @@
|
||||
2001-03-15 Angus Leeming <a.leeming@ic.ac.uk>
|
||||
|
||||
* math_cursor.C: added using directive.
|
||||
|
||||
2001-03-15 André Pönitz <poenitz@htwm.de>
|
||||
* math_rowst.h: Finally remove MathedRowSt
|
||||
|
@ -45,6 +45,7 @@
|
||||
|
||||
static MathedArray selarray;
|
||||
|
||||
using std::cerr;
|
||||
using std::endl;
|
||||
|
||||
// This was very smaller, I'll change it later
|
||||
|
Loading…
Reference in New Issue
Block a user