From c2befab062796107081348a57bddd1bcc0602a2a Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Wed, 31 Oct 2001 12:56:38 +0000 Subject: [PATCH] Fix compiler warning git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2953 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/ChangeLog | 4 ++++ src/mathed/math_defs.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.39.2