]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_hullinset.h
code cosmetics to the iterator fix
[lyx.git] / src / mathed / math_hullinset.h
index a9d2387ba6ee7009fa20888e165c064035d51fd9..9767f0f8833bcee7e3d34faef703f04dbf4a235e 100644 (file)
@@ -108,6 +108,9 @@ public:
        ///
        int docbook(Buffer const &, std::ostream &,
                    OutputParams const &) const;
+       /// the string that is passed to the TOC
+       virtual int textString(Buffer const &, std::ostream & os,
+               OutputParams const &) const;
 
        /// get notification when the cursor leaves this inset
        void notifyCursorLeaves(LCursor & cur);