Fix compiler warning

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2953 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2001-10-31 12:56:38 +00:00
parent 6a10fbcc39
commit c2befab062
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-10-31 Angus Leeming <a.leeming@ic.ac.uk>
* math_defs.h: remove non-standard trailing comma from MathSymbolTypes.
2001-10-24 Angus Leeming <a.leeming@ic.ac.uk> 2001-10-24 Angus Leeming <a.leeming@ic.ac.uk>
* math_nestinset.C: added using std::max, min directives. * math_nestinset.C: added using std::max, min directives.

View File

@ -126,7 +126,7 @@ enum MathSymbolTypes {
/// ///
LMB_RELATION, LMB_RELATION,
/// ///
LMB_OPERATOR, LMB_OPERATOR
}; };
#endif #endif