mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
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:
parent
6a10fbcc39
commit
c2befab062
@ -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>
|
||||
|
||||
* math_nestinset.C: added using std::max, min directives.
|
||||
|
@ -126,7 +126,7 @@ enum MathSymbolTypes {
|
||||
///
|
||||
LMB_RELATION,
|
||||
///
|
||||
LMB_OPERATOR,
|
||||
LMB_OPERATOR
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user