]> git.lyx.org Git - lyx.git/blobdiff - src/layout.h
better latin3&4 support
[lyx.git] / src / layout.h
index 6ef20a9934545ebf48b676e772723fe51720f885..a4141c70da7a5ac9546493d26776c5ac67caf97a 100644 (file)
@@ -18,7 +18,7 @@
 #pragma interface
 #endif
 
-#include "lyxlex.h"
+class LyXLeX;
 #include "lyxfont.h"
 #include "Spacing.h"
 #include <boost/utility.hpp>
@@ -302,7 +302,7 @@ public:
        char labeltype; // add approp. type
 
        ///
-       char endlabeltype;
+       LYX_END_LABEL_TYPES endlabeltype;
 
        ///
        LYX_MARGIN_TYPE margintype;
@@ -321,6 +321,10 @@ public:
 
        ///
        bool free_spacing;
+
+       ///
+       bool pass_thru;
+
        /** true when the fragile commands in the paragraph need to be
            \protect'ed. */
        bool needprotect;