]> git.lyx.org Git - features.git/commitdiff
fix compiler warnings in pedantic mode: remove trailing comma after last enum member
authorStephan Witt <switt@lyx.org>
Fri, 17 Dec 2010 20:51:44 +0000 (20:51 +0000)
committerStephan Witt <switt@lyx.org>
Fri, 17 Dec 2010 20:51:44 +0000 (20:51 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36925 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/MathMacro.h

index d267181dcad673e560c6f023667a958a07d36fe5..9405e20f48b8669d498432aa638a79b43799501b 100644 (file)
@@ -92,7 +92,7 @@ public:
                DISPLAY_INIT,
                DISPLAY_INTERACTIVE_INIT,
                DISPLAY_UNFOLDED,
-               DISPLAY_NORMAL,
+               DISPLAY_NORMAL
        };
 
        ///