]> git.lyx.org Git - lyx.git/blobdiff - src/layout.h
*** empty log message ***
[lyx.git] / src / layout.h
index 6ef20a9934545ebf48b676e772723fe51720f885..4b66dbbfcf02c97039c816a8cea0cfad751ba9c3 100644 (file)
@@ -18,7 +18,7 @@
 #pragma interface
 #endif
 
-#include "lyxlex.h"
+class LyXLeX;
 #include "lyxfont.h"
 #include "Spacing.h"
 #include <boost/utility.hpp>
@@ -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;