]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetLine.h
tex2lyx/text.cpp: fix typos
[lyx.git] / src / insets / InsetLine.h
index 9612970ce154b59e52ac8e8e40e088c3f7ce19e8..d1f6f52df06aa51651da3a61cb332a6f7fa4194c 100644 (file)
@@ -48,7 +48,7 @@ private:
        bool hasSettings() const { return true; }
        void metrics(MetricsInfo &, Dimension &) const;
        void draw(PainterInfo & pi, int x, int y) const;
-       int latex(odocstream &, OutputParams const &) const;
+       void latex(otexstream &, OutputParams const &) const;
        int plaintext(odocstream &, OutputParams const &) const;
        void doDispatch(Cursor & cur, FuncRequest & cmd);
        bool getStatus(Cursor & cur, FuncRequest const & cmd, FuncStatus &) const;