]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetText.h
Fix wrongly copy-pasted entries in SpellcheckerUi.ui
[lyx.git] / src / insets / InsetText.h
index 1dca10e468d431f78fd75065b9a0d40c061dfdc6..1f643c029fcc9a606ad35e576508e46bf05ceaea 100644 (file)
@@ -73,7 +73,7 @@ public:
        Text & text() { return text_; }
        Text const & text() const { return text_; }
        ///
-       int latex(odocstream &, OutputParams const &) const;
+       void latex(otexstream &, OutputParams const &) const;
        ///
        int plaintext(odocstream &, OutputParams const &) const;
        ///