]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetUrl.h
Fix bug 3363: mark buffer dirty after middle button paste in plain text and table...
[lyx.git] / src / insets / InsetUrl.h
index bb72b2a6cfaa4df664479844e469f974c7608a39..af991154415e3c4fa24363dbc5aa1686f3ce9dc9 100644 (file)
@@ -39,13 +39,13 @@ public:
        DisplayType display() const { return Inline; }
        ///
        int latex(Buffer const &, odocstream &,
-                 OutputParams const &) const;
+                 OutputParams const &) const;
        ///
        int plaintext(Buffer const &, odocstream &,
-                     OutputParams const &) const;
+                     OutputParams const &) const;
        ///
        int docbook(Buffer const &, odocstream &,
-                   OutputParams const &) const;
+                   OutputParams const &) const;
        /// the string that is passed to the TOC
        virtual int textString(Buffer const &, odocstream &,
                OutputParams const &) const;