]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBranch.h
Better TOC output for XHTML, per Rob and Pavel.
[lyx.git] / src / insets / InsetBranch.h
index c1d2264e15542ca76e43fbdaebe9fe7200262bc5..c51c728e4f1610a4ce2a070a2cd11087f6240e78 100644 (file)
@@ -65,7 +65,7 @@ private:
        ///
        ColorCode backgroundColor(PainterInfo const &) const;
        ///
-       int latex(odocstream &, OutputParams const &) const;
+       void latex(otexstream &, OutputParams const &) const;
        ///
        int plaintext(odocstream &, OutputParams const &) const;
        ///
@@ -109,7 +109,7 @@ private:
        ///
        void doDispatch(Cursor & cur, FuncRequest & cmd);
        ///
-       docstring name() const { return from_ascii("Branch"); }
+       docstring layoutName() const { return from_ascii("Branch"); }
        ///
        Inset * clone() const { return new InsetBranch(*this); }