]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.h
let the compiler do the maths to compute array size
[lyx.git] / src / OutputParams.h
index c9129eae3e9dd1d805ccb5d719c884e8d4a52d0d..50009ebbbcf6461b261188bbcb29c16a93cdde51 100644 (file)
@@ -218,6 +218,12 @@ public:
         */
        mutable pit_type par_end;
 
+       /// Id of the last paragraph before an inset
+       mutable int lastid;
+
+       /// Last position in the last paragraph before an inset
+       mutable int lastpos;
+
        /// is this the last paragraph in the current buffer/inset?
        bool isLastPar;