]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetArgument.h
Links between citations and bibliography entries were broken in XHTML
[lyx.git] / src / insets / InsetArgument.h
index 7ba81e37d9f6be294d687741d91359e9121dca55..b2693a49a0d30d69c48418fa7a8b0bde78116d6b 100644 (file)
@@ -49,7 +49,7 @@ public:
        ///
        void latex(otexstream &, OutputParams const &) const { }
        ///
-       int plaintext(odocstream &, OutputParams const &) const { return 0; }
+       int plaintext(odocstringstream &, OutputParams const &, int) const { return 0; }
        ///
        int docbook(odocstream &, OutputParams const &) const { return 0; }
        ///