From 4645e3c56fe9aebd04cf73119f54a1b7420a726f Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Tue, 2 Nov 2010 14:50:07 +0000 Subject: [PATCH] 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 --- src/BufferParams.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BufferParams.h b/src/BufferParams.h index 66e09f907e..203cac7cd2 100644 --- a/src/BufferParams.h +++ b/src/BufferParams.h @@ -385,7 +385,7 @@ public: PDFOptions const & pdfoptions() const; enum MathOutput { - MathML, + MathML = 0, HTML, Images, LaTeX -- 2.39.2