]> git.lyx.org Git - features.git/commitdiff
Fix compiler warning
authorAngus Leeming <leeming@lyx.org>
Wed, 31 Oct 2001 12:56:38 +0000 (12:56 +0000)
committerAngus Leeming <leeming@lyx.org>
Wed, 31 Oct 2001 12:56:38 +0000 (12:56 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2953 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/ChangeLog
src/mathed/math_defs.h

index 8d5441fc541d430b57429e80fd4675928c2be6c8..70d047a3ee2d64f67077d10248c240fa8eb0e6c2 100644 (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>
 
        * math_nestinset.C: added using std::max, min directives.
index c1c6f04f55f3a8ed181b0827125fa040b0360e89..64b62b65503dabb4d3c4b4731bea7a04f314097f 100644 (file)
@@ -126,7 +126,7 @@ enum MathSymbolTypes {
        ///
        LMB_RELATION,
        ///
-       LMB_OPERATOR,
+       LMB_OPERATOR
 };
 
 #endif