]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.h
Fix bug #8105: Crash when deleting math macro from the inside
[lyx.git] / src / OutputParams.h
index 5f57ac1f830a2509b96746e019ea6a0eb907e1f5..15736f667da4a11fc884036bcc92d3276f83a7b9 100644 (file)
@@ -198,6 +198,11 @@ public:
         */
        bool inIndexEntry;
 
+       /** Whether we are inside an IPA inset.
+        *  Needed for proper IPA output.
+        */
+       bool inIPA;
+
        /** Whether we are inside an inset that is logically deleted.
         *  A value > 0 indicates a deleted inset.
          */