]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetSpecialChar.h
Fix mis-nomer
[lyx.git] / src / insets / InsetSpecialChar.h
index a5761864d8ca1cce7d6461067312b98d7eb09574..ebdfb1a6e4f42754be5c731d5d19114d3744d41e 100644 (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; }