X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetSpecialChar.h;h=ebdfb1a6e4f42754be5c731d5d19114d3744d41e;hb=e4c46abeb7385960c9dd42494e3c7c1f3e699b56;hp=70e2bf3f823239615b7ca272e1120c97ebe90829;hpb=699a6db9fa168f91458a17d4f30c124e52a38054;p=lyx.git diff --git a/src/insets/InsetSpecialChar.h b/src/insets/InsetSpecialChar.h index 70e2bf3f82..ebdfb1a6e4 100644 --- a/src/insets/InsetSpecialChar.h +++ b/src/insets/InsetSpecialChar.h @@ -78,7 +78,9 @@ public: /// void toString(odocstream &) const; /// - void forOutliner(docstring &, size_t) const; + bool isInToc() const { return true; } + /// + void forOutliner(docstring &, size_t const, bool const) const; /// InsetCode lyxCode() const { return SPECIALCHAR_CODE; } /// We don't need \begin_inset and \end_inset