]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTOC.h
Extend the notermination flag to math as well.
[lyx.git] / src / insets / InsetTOC.h
index 5dba25ca8d0a4806a3fcc27212586bbae7bc7cee..9ba7cf06f3de98d527014932d087ed8c725ef435 100644 (file)
@@ -39,6 +39,10 @@ public:
        int docbook(odocstream &, OutputParams const &) const;
        ///
        docstring xhtml(XHTMLStream & xs, OutputParams const &) const;
+       ///
+       void doDispatch(Cursor & cur, FuncRequest & cmd);
+       ///
+       bool clickable(int, int) const { return true; }
        //@}
 
        /// \name Static public methods obligated for InsetCommand derived classes