]> 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 19:57:55 +0000 (19:57 +0000)
committerStephan Witt <switt@lyx.org>
Fri, 17 Dec 2010 19:57:55 +0000 (19:57 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36924 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/Clipboard.h

index 7235b01013cb738c2b460c4867ae1da67655773c..92e7167708ae9a50adc8093726bb1af1f024f5a6 100644 (file)
@@ -39,7 +39,7 @@ public:
                LinkBackGraphicsType,
                EmfGraphicsType,
                WmfGraphicsType,
-               AnyGraphicsType,
+               AnyGraphicsType
        };
 
        /**