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:
Angus Leeming 2001-03-15 10:56:00 +00:00
parent 269fadc965
commit ca6d393f03
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -45,6 +45,7 @@
static MathedArray selarray;
using std::cerr;
using std::endl;
// This was very smaller, I'll change it later