]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.h
Kornel's gcc compile fix.
[lyx.git] / src / OutputParams.h
index 4d4cae6cae242f92c2561917fb690828da2f5694..a368f9f81daabcf3c98054d89ffc5a5ef04b9443 100644 (file)
@@ -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.
          */