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