commit f15c4159aa9fa1c78b7b642e58edbff333292d5a Author: Richard Heck <rgh...@lyx.org> Date: Thu Aug 4 21:09:32 2016 -0400
Special characters should be output to the TOC. --- src/insets/InsetSpecialChar.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/insets/InsetSpecialChar.h b/src/insets/InsetSpecialChar.h index a57f9df..c37e498 100644 --- a/src/insets/InsetSpecialChar.h +++ b/src/insets/InsetSpecialChar.h @@ -80,6 +80,8 @@ public: /// void toString(odocstream &) const; /// + bool isInToc() const { return true; } + /// void forOutliner(docstring &, size_t const, bool const) const; /// InsetCode lyxCode() const { return SPECIALCHAR_CODE; }