X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetTOC.h;h=cb32c66ac3f18c85b1df6313a151c12f3cba773f;hb=2906a35663b92030b0668a42ab370dba8ffca4cf;hp=5dba25ca8d0a4806a3fcc27212586bbae7bc7cee;hpb=c75d667e788bbb43f98698217afacc107b73d353;p=lyx.git diff --git a/src/insets/InsetTOC.h b/src/insets/InsetTOC.h index 5dba25ca8d..cb32c66ac3 100644 --- a/src/insets/InsetTOC.h +++ b/src/insets/InsetTOC.h @@ -39,6 +39,8 @@ public: int docbook(odocstream &, OutputParams const &) const; /// docstring xhtml(XHTMLStream & xs, OutputParams const &) const; + /// + void doDispatch(Cursor & cur, FuncRequest & cmd); //@} /// \name Static public methods obligated for InsetCommand derived classes