mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-23 00:38:01 +00:00
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:
parent
c7e6a677c4
commit
22c88a38c4
@ -39,7 +39,7 @@ public:
|
||||
LinkBackGraphicsType,
|
||||
EmfGraphicsType,
|
||||
WmfGraphicsType,
|
||||
AnyGraphicsType,
|
||||
AnyGraphicsType
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user