Angus' patch

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3304 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2002-01-07 15:09:12 +00:00
parent a237be918f
commit 5d6b5eb116
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2002-01-07 Angus Leeming <a.leeming@ic.ac.uk>
* math_defs.h: remove trailing comma from enum MathTextCodes.
2002-01-03 André Pönitz <poenitz@gmx.net>

View File

@ -76,7 +76,7 @@ enum MathTextCodes {
///
LM_TC_MSB,
///
LM_FONT_END,
LM_FONT_END
};