]> git.lyx.org Git - lyx.git/blobdiff - src/insets/inseturl.h
The speed patch: redraw only rows that have changed
[lyx.git] / src / insets / inseturl.h
index b80e783eca40a4452bb8bf981d404312403fef35..6536be76e06c064f67165d1a0d598625bc2a493f 100644 (file)
@@ -46,6 +46,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;
 private:
        virtual std::auto_ptr<InsetBase> doClone() const {
                return std::auto_ptr<InsetBase>(new InsetUrl(params()));