]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetSpecialChar.h
Fix mis-nomer
[lyx.git] / src / insets / InsetSpecialChar.h
index 70e2bf3f823239615b7ca272e1120c97ebe90829..ebdfb1a6e4f42754be5c731d5d19114d3744d41e 100644 (file)
@@ -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