]> git.lyx.org Git - features.git/commitdiff
Make sure that the members of this enum get the same value on every
authorRichard Heck <rgheck@comcast.net>
Tue, 2 Nov 2010 14:50:07 +0000 (14:50 +0000)
committerRichard Heck <rgheck@comcast.net>
Tue, 2 Nov 2010 14:50:07 +0000 (14:50 +0000)
platform.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35995 a592a061-630c-0410-9148-cb99ea01b6c8

src/BufferParams.h

index 66e09f907e44b67ed075a12c4843d80bb0add42f..203cac7cd260fb73da8b7a1d001f9f08372c7642 100644 (file)
@@ -385,7 +385,7 @@ public:
        PDFOptions const & pdfoptions() const;
 
        enum MathOutput {
-               MathML,
+               MathML = 0,
                HTML,
                Images,
                LaTeX