Special characters should be output to the TOC.

(cherry picked from commit f15c4159aa)
This commit is contained in:
Richard Heck 2016-08-04 21:09:32 -04:00
parent 4df7b051fa
commit c92b1aa359

View File

@ -78,6 +78,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; }