]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.h
Further to r26743, add CustomPars and ForcePlain layout tags to InsetLayout,
[lyx.git] / src / Buffer.h
index 2e1f1e4121ed00281025c1503a28b0ae6f251f53..d73bf1ef09301c94ac98ad0b33adc8002d6ba85e 100644 (file)
@@ -420,6 +420,8 @@ public:
 
        /// This function is called when the buffer is changed.
        void changed() const;
+       ///
+       void updateTocItem(std::string const &, DocIterator const &) const;
        /// This function is called when the buffer structure is changed.
        void structureChanged() const;
        /// This function is called when some parsing error shows up.