mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Make sure that the members of this enum get the same value on every
platform. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35995 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e37525b0ba
commit
4645e3c56f
@ -385,7 +385,7 @@ public:
|
||||
PDFOptions const & pdfoptions() const;
|
||||
|
||||
enum MathOutput {
|
||||
MathML,
|
||||
MathML = 0,
|
||||
HTML,
|
||||
Images,
|
||||
LaTeX
|
||||
|
Loading…
Reference in New Issue
Block a user