]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.h
Kornel's gcc compile fix.
[lyx.git] / src / OutputParams.h
index 6b25658ee3e7425810ea1d1e53c07d244e04f103..a368f9f81daabcf3c98054d89ffc5a5ef04b9443 100644 (file)
@@ -135,7 +135,7 @@ public:
        */
        mutable std::string index_command;
 
-       /** Line length to use with plaintext export.
+       /** Line length to use with plaintext or LaTeX export.
        */
        size_type linelen;
 
@@ -168,6 +168,11 @@ public:
         */
        Float inFloat;
 
+       /** Whether we are inside an index inset.
+        *  ERT needs to know this, due to the active chars.
+        */
+       bool inIndexEntry;
+
        /** Whether we are inside an inset that is logically deleted.
         *  A value > 0 indicates a deleted inset.
          */