]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathHull.h
Begin undoing the tocString() mess by renaming that routine.
[features.git] / src / mathed / InsetMathHull.h
index dd4255f0d92b00a9e2e64b3e8e8ef0ddf380db32..9712460e433356603b134d9f25df963d747aa2b9 100644 (file)
@@ -130,8 +130,8 @@ public:
        int docbook(odocstream &, OutputParams const &) const;
        ///
        docstring xhtml(XHTMLStream &, OutputParams const &) const;
-       /// the string that is passed to the TOC
-       void tocString(odocstream &) const;
+       /// 
+       void toString(odocstream &) const;
 
        /// get notification when the cursor leaves this inset
        bool notifyCursorLeaves(Cursor const & old, Cursor & cur);