fix compiler warnings in pedantic mode: remove trailing comma after last enum member

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36924 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Stephan Witt 2010-12-17 19:57:55 +00:00
parent c7e6a677c4
commit 22c88a38c4

View File

@ -39,7 +39,7 @@ public:
LinkBackGraphicsType,
EmfGraphicsType,
WmfGraphicsType,
AnyGraphicsType,
AnyGraphicsType
};
/**