From: Angus Leeming Date: Wed, 31 Oct 2001 12:56:38 +0000 (+0000) Subject: Fix compiler warning X-Git-Tag: 1.6.10~20412 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=c2befab062796107081348a57bddd1bcc0602a2a;p=features.git Fix compiler warning git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2953 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/ChangeLog b/src/mathed/ChangeLog index 8d5441fc54..70d047a3ee 100644 --- a/src/mathed/ChangeLog +++ b/src/mathed/ChangeLog @@ -1,3 +1,7 @@ +2001-10-31 Angus Leeming + + * math_defs.h: remove non-standard trailing comma from MathSymbolTypes. + 2001-10-24 Angus Leeming * math_nestinset.C: added using std::max, min directives. diff --git a/src/mathed/math_defs.h b/src/mathed/math_defs.h index c1c6f04f55..64b62b6550 100644 --- a/src/mathed/math_defs.h +++ b/src/mathed/math_defs.h @@ -126,7 +126,7 @@ enum MathSymbolTypes { /// LMB_RELATION, /// - LMB_OPERATOR, + LMB_OPERATOR }; #endif